Docs.rs
jsonbb-0.2.2
jsonbb 0.2.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
wangrunji0408
github:risingwavelabs:crates-io
Dependencies
bytes ^1
normal
serde ^1
normal
serde_json ^1
normal
simd-json ^0.13
normal
optional
smallvec ^1
normal
criterion ^0.5
dev
jsonb ^0.3
dev
simd-json ^0.13
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Index
jsonbb
0.2.2
Index
Implementations on Foreign Types
&T
String
str
usize
Implementors
In crate jsonbb
jsonbb
Trait
Index
Copy item path
Source
pub trait Index: Sealed { }
Expand description
A type that can be used to index into a
ValueRef
.
Implementations on Foreign Types
§
Source
§
impl
Index
for
str
Source
§
impl
Index
for
usize
Source
§
impl
Index
for
String
Source
§
impl<T>
Index
for
&T
where T: ?
Sized
+
Index
,
Implementors
§