smessmer / binary-layoutLinks
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…
☆71Updated 11 months ago
Alternatives and similar repositories for binary-layout
Users that are interested in binary-layout are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Minimal asynchronous executor for Rust☆133Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated last month
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Rust ABI safe code generator☆189Updated 7 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Utilities for working with impl traits in Rust.☆117Updated 10 months ago
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Better reference counted strings for Rust☆139Updated last year
- Versioned data-structures for Rust☆208Updated 9 months ago
- cargo-add command to make dependencies into dylibs☆104Updated 3 years ago
- An atomically updatable Arc for lock-free concurrency.☆185Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆207Updated 2 weeks ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Compile-time string operations☆113Updated 2 months ago
- A faster Arc.☆76Updated last year
- A fast and flexible LRU map.☆198Updated 11 months ago
- Make trait methods callable without the trait in scope☆161Updated 2 weeks ago
- FFI-compatible futures☆169Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Const TypeId and non-'static TypeId☆69Updated 2 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- Define your own PhantomData☆158Updated 2 weeks ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆69Updated last year
- A tool to mine crates.io and produce static websites☆137Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Macro for sealing traits and structures☆59Updated last year