Docs.rs
sqlrite-engine-0.1.9
sqlrite-engine 0.1.9
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
joaoh82
Dependencies
clap ^4.6
normal
optional
env_logger ^0.11
normal
optional
fs2 ^0.4
normal
optional
log ^0.4
normal
prettytable-rs ^0.10
normal
rustyline ^18.0
normal
optional
rustyline-derive ^0.12
normal
optional
sqlparser ^0.61
normal
thiserror ^2.0
normal
Versions
61.28%
of the crate is documented
Go to latest version
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
i64_len
sqlrite
0.1.9
In sqlrite::
sql::
pager::
varint
sqlrite
::
sql
::
pager
::
varint
Function
i64_len
Copy item path
Source
pub fn i64_len(value:
i64
) ->
usize
Expand description
Same as
u64_len
for a zigzagged signed
i64
.