smessmer / binary-layout
The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the fields defined in the layout from the binary data without having to copy any of the data. It's similar to transmuting to/from a #[repr(pac…
☆73Updated 3 months ago
Alternatives and similar repositories for binary-layout:
Users that are interested in binary-layout are comparing it to the libraries listed below
- Const equivalents of std functions, compile-time comparison, and parsing.☆95Updated 3 months ago
- A scope for async_std and tokio to spawn non-static futures☆128Updated 10 months ago
- Minimal asynchronous runtime for Rust☆127Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆151Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated 7 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆141Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Utilities for working with impl traits in Rust.☆105Updated 2 months ago
- Better reference counted strings for Rust☆120Updated 8 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated last month
- Define your own PhantomData☆152Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- ☆191Updated last year
- Blazing fast immutable collection datatypes for Rust.☆100Updated last week
- Cargo subcommand for viewing LLVM optimization remarks.☆174Updated 10 months ago
- Compile-time string operations☆90Updated last month
- Compatibility adapter between tokio and futures☆167Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆136Updated last month
- A fast and flexible LRU map.☆180Updated 3 months ago
- #[no_std] print equivalent for Rust☆63Updated last year
- Macro for sealing traits and structures☆52Updated 4 months ago
- Library safely exposing the io_uring API.☆60Updated last week
- ☆203Updated 2 months ago
- Type that deserializes only from one specific value☆231Updated last month
- Lazy formatting utility macro for rust☆127Updated last year
- ☆65Updated 9 months ago
- Convert number to enum☆87Updated 8 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago