Docs.rs
jsonb-0.4.2
jsonb 0.4.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
b41sh
Dependencies
byteorder ^1.5.0
normal
fast-float ^0.2.0
normal
itoa ^1.0
normal
nom ^7.1.3
normal
ordered-float ^4.2
normal
rand ^0.8.5
normal
ryu ^1.0
normal
serde_json ^1.0
normal
criterion ^0.5.1
dev
goldenfile ^1.7
dev
json-deserializer ^0.4.4
dev
mockalloc ^0.1.2
dev
serde_json ^1.0
dev
simd-json ^0.13.10
dev
Versions
70%
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
jsonb
0.4.2
Function
jsonb
::
array_length
Copy item path
source
ยท
[
−
]
pub fn array_length(value: &[
u8
]) ->
Option
<
usize
>
Expand description
Get the length of
JSONB
array.