Docs.rs
jsonbb-0.1.4
jsonbb 0.1.4
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
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
jsonbb
0.1.4
Index
Implementations on Foreign Types
&'a T
String
str
usize
Implementors
In crate jsonbb
?
Settings
Trait
jsonbb
::
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<'a, T>
Index
for
&'a T
where T: ?
Sized
+
Index
,
Implementors
§