Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dermesser/integer-encoding-rs
/ varint.rs
File
varint.rs
src/varint.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::mem::size_of;
2
3
/// Most-significant byte, == 0x80
4
pub const MSB: u8 = 0b1000_0000;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected