icewind1991 / bitbufferLinks
Reading and writing data types of arbitrary bit length that might not be byte-aligned
☆22Updated 6 months ago
Alternatives and similar repositories for bitbuffer
Users that are interested in bitbuffer are comparing it to the libraries listed below
Sorting:
- A cross-platform virtual memory API written in Rust☆132Updated last year
- Rust ABI safe code generator☆189Updated 6 months ago
- Cross-platform, endian-aware primitives for Rust☆42Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated last month
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆108Updated 2 weeks ago
- Convert number to enum☆87Updated last year
- Const TypeId and non-'static TypeId☆69Updated 2 months ago
- A faster Arc.☆76Updated last year
- Rust fast `&[u8]` to integer parser☆54Updated 2 weeks ago
- A modern and lightweight implementation of arbitrary integers for Rust☆42Updated last week
- a cross-platform library for opening OS pipes in Rust☆113Updated last month
- Compile-time string operations☆109Updated 2 months ago
- #[no_std] print equivalent for Rust☆65Updated last month
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- offsetof for Rust☆229Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 2 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 3 months ago
- Convert closures into wakers☆46Updated 10 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆188Updated last month
- Minimal asynchronous executor for Rust☆133Updated 3 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- ☆91Updated last year
- Constant-time dynamic memory allocator in Rust☆107Updated 5 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated 2 months ago
- Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats☆64Updated last month
- The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give…☆71Updated 11 months ago
- Compatibility adapter between tokio and futures☆185Updated 2 months ago
- You can name anonymous Future from async fn without dyn or Box!☆62Updated 3 years ago