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…
☆73Updated last year
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.☆180Updated 5 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- Rust ABI safe code generator☆190Updated 9 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- Versioned data-structures for Rust☆208Updated 11 months ago
- A faster Arc.☆80Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Better reference counted strings for Rust☆140Updated last year
- ☆75Updated 3 weeks ago
- Compile-time string operations☆115Updated this week
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Utilities for working with impl traits in Rust.☆121Updated last year
- FFI-compatible futures☆171Updated 4 months ago
- Define your own PhantomData☆158Updated last month
- A tool to mine crates.io and produce static websites☆139Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Blazing fast immutable collection datatypes for Rust.☆135Updated last week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆131Updated last year
- CBOR: Concise Binary Object Representation☆84Updated 2 months ago
- Make trait methods callable without the trait in scope☆162Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆173Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Cargo subcommand for viewing LLVM optimization remarks.☆205Updated 3 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- a cross-platform library for opening OS pipes in Rust☆114Updated 3 months ago