jam1garner / binreadLinks
A Rust crate for helping parse structs from binary data using ✨macro magic✨
☆267Updated 2 years ago
Alternatives and similar repositories for binread
Users that are interested in binread are comparing it to the libraries listed below
Sorting:
- a smaller, faster and panic-free alternative to core::fmt☆389Updated last year
- Macro to generate bitfields for structs that allow for modular use of enums.☆218Updated 2 months ago
- offsetof for Rust☆228Updated last year
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Faster, more compact implementation of std::Cow☆371Updated 2 years ago
- Scroll - making scrolling through buffers fun since 2016☆187Updated 5 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆283Updated last month
- Delegation of trait implementations via procedural macros☆279Updated last month
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆354Updated 2 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- Garbage collected smart pointers for Rust☆270Updated 4 years ago
- Generic Atomic<T> type for Rust☆246Updated 4 months ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated last month
- This crate provides macros to generate bitfield-like struct.☆203Updated 2 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆265Updated 6 years ago
- Fast, FFI-friendly string interning for Rust☆180Updated last year
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- A library for creating references that carry their owner with them.☆384Updated 2 years ago
- Rust accurate sleeping. Only use native sleep as far as it can be trusted, then spin.☆185Updated 2 months ago
- Bit-level packing and unpacking for Rust☆174Updated 2 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Reflection via DWARF.☆298Updated 2 years ago
- Procedural macros in expression position☆204Updated 3 years ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆272Updated 4 years ago
- Easy function multiversioning for Rust☆252Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Updated 2 months ago
- A minimalistic async/await executor for Rust☆234Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago