Docs.rs
ckb-script-ipc-common-1.0.3
ckb-script-ipc-common 1.0.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
XuJiandong
Dependencies
ckb-rust-std ^1.0.0
normal
ckb-std ^0.17
normal
ckb-vm ^0.24.13
normal
optional
enumn ^0.1.14
normal
log ^0.4
normal
optional
serde ^1.0.208
normal
serde_json ^1.0.133
normal
Versions
43.75%
of the crate is documented
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
ckb_
script_
ipc_
common
1.0.3
Module vlq
Module Items
Functions
In crate ckb_
script_
ipc_
common
ckb_script_ipc_common
Module
vlq
Copy item path
Source
Functions
ยง
vlq_
decode
Decodes a VLQ (Variable-Length Quantity) encoded byte slice into an integer.
vlq_
encode
Encodes an integer using VLQ (Variable-Length Quantity) encoding.