Docs.rs
obj-core-1.1.2
obj-core 1.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
uname-n
Dependencies
chacha20poly1305 ^0.10
normal
optional
crc32c ^0.6
normal
getrandom ^0.2
normal
optional
heapless ^0.8
normal
hkdf ^0.12
normal
optional
lz4_flex ^0.11
normal
optional
postcard ^1
normal
rand ^0.9
normal
rand_chacha ^0.9
normal
serde ^1
normal
sha2 ^0.10
normal
optional
thiserror ^1
normal
tracing ^0.1
normal
optional
zeroize ^1.8
normal
optional
criterion ^0.5
dev
proptest ^1
dev
tempfile ^3
dev
libc ^0.2
normal
rustix ^1
normal
windows-sys ^0.59
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
varint_len
obj_
core
1.1.2
In obj_
core::
btree::
node
obj_core
::
btree
::
node
Function
varint_
len
Copy item path
Source
pub fn varint_len(v:
u64
) ->
usize
Expand description
Number of bytes an unsigned LEB128 varint would use for
v
.