irauta / bitreaderLinks
Rust library for reading bit sequences from a byte buffer
☆38Updated last year
Alternatives and similar repositories for bitreader
Users that are interested in bitreader are comparing it to the libraries listed below
Sorting:
- Utilities for encoding and decoding frames with async/await☆76Updated 4 years ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- Machine scalar casting that meets your expectations☆78Updated 4 years ago
- ☆61Updated 2 years ago
- Unicode Case-folding for Rust☆89Updated 11 months ago
- ISO-3166-1 Country Codes for Rust☆32Updated 2 years ago
- ☆87Updated last month
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Rust library for checking the installed/running rustc's version.☆53Updated last year
- ☆77Updated 4 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆144Updated 3 months ago
- ☆60Updated last year
- derive newtype for diesel traits☆53Updated 6 months ago
- Write doc comments from macros☆101Updated 2 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- An implementation of a DEFLATE encoder in rust☆55Updated 4 years ago
- `$crate` in procedural macros.☆78Updated last month
- Serialization value trees☆48Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Find out about keys that are ignored when deserializing data☆95Updated 2 weeks ago
- ☆65Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆126Updated 3 weeks ago
- Runtime string formatting for Rust☆64Updated 6 years ago
- Rust serializer library☆89Updated 3 months ago
- Generate a THIRDPARTY file with all licenses in a cargo project.☆103Updated 2 months ago
- Parse integers directly from `[u8]` slices in safe code