Docs.rs
sonic-rs-0.3.16
sonic-rs 0.3.16
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
liuq19
Dependencies
bumpalo ^3.13
normal
bytes ^1.8
normal
cfg-if ^1.0
normal
faststr ^0.2
normal
itoa ^1.0
normal
ryu ^1.0
normal
serde ^1.0
normal
simdutf8 ^0.1
normal
sonic-number ^0.1
normal
sonic-simd ^0.1
normal
thiserror ^2.0
normal
bytes ^1.4
dev
chrono ^0.4
dev
encoding_rs ^0.8
dev
paste ^1.0
dev
serde_bytes ^0.11
dev
serde_derive ^1.0
dev
serde_json ^1.0
dev
Versions
82.73%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sonic_
rs
0.3.16
Index
Implementations on Foreign Types
&String
&T
&str
usize
Implementors
In crate sonic_
rs
sonic_rs
Trait
Index
Copy item path
Source
pub trait Index: Sealed { }
Expand description
An indexing trait for JSON.
Implementations on Foreign Types
§
Source
§
impl
Index
for &
str
Source
§
impl
Index
for &
String
Source
§
impl
Index
for
usize
Source
§
impl<T>
Index
for
&T
where T: ?
Sized
+
Index
,
Implementors
§
Source
§
impl
Index
for &
FastStr
Source
§
impl
Index
for
PointerNode