jam1garner / binread
A Rust crate for helping parse structs from binary data using ✨macro magic✨
☆262Updated 2 years ago
Alternatives and similar repositories for binread
Users that are interested in binread are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆188Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- A Rust proc_macro_attribute to outline conversions from generic functions☆273Updated 11 months ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Garbage collected smart pointers for Rust☆268Updated 3 years ago
- Struct fields that are made read-only accessible to other modules☆240Updated 2 months ago
- A Rust macro to determine if a type implements a logical trait expression☆254Updated 5 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- offsetof for Rust☆225Updated last year
- Compile-time string formatting☆235Updated 5 months ago
- Stackless generators on stable Rust.☆462Updated 2 years ago
- A library for creating references that carry their owner with them.☆371Updated last year
- ☆306Updated last month
- Conditional compilation according to rustc compiler version☆353Updated 2 months ago
- A data structure to efficiently intern, cache and restore strings.☆193Updated last month
- Faster, more compact implementation of std::Cow☆352Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Easy code duplicate with substitution for Rust☆242Updated 7 months ago
- dipa makes it easy to efficiently delta encode large Rust data structures.☆268Updated 3 years ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆197Updated last year
- Generic Atomic<T> type for Rust☆234Updated last year
- An implementation of Joshua Yanovski's Ghost Cell paper.☆466Updated last year