MCPcopy 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

1use std::mem::size_of;
2
3/// Most-significant byte, == 0x80
4pub const MSB: u8 = 0b1000_0000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected