Docs.rs
we-trust-sqlite-0.0.1
we-trust-sqlite 0.0.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
async-trait ^0.1.89
normal
bytes ^1.11.1
normal
chrono ^0.4
normal
crc32fast ^1.5.0
normal
futures ^0.3.32
normal
limbo ^0.0.22
normal
oak-json ^0.0.8
normal
oak-sql ^0.0.8
normal
parking_lot ^0.12.5
normal
serde ^1.0.228
normal
optional
tokio ^1.49.0
normal
tokio-util ^0.7.18
normal
tracing ^0.1.44
normal
uuid ^1.21.0
normal
yykv-executor ^0.0.1
normal
yykv-operators ^0.0.1
normal
yykv-types ^0.0.1
normal
Versions
45%
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
parse_varint
we_
trust_
sqlite
0.0.1
In we_
trust_
sqlite::
utils
we_trust_sqlite
::
utils
Function
parse_
varint
Copy item path
Source
pub fn parse_varint(data: &[
u8
]) -> (
u64
,
usize
)
Expand description
解析 SQLite 的变长整数 (Varint) 返回 (解析出的值, 消耗的字节数)