MCPcopy Create free account
hub / github.com/dermesser/integer-encoding-rs / reader.rs

File reader.rs

src/reader.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::io;
2use std::io::{Read, Result};
3
4use crate::fixed::FixedInt;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected