rkyv / rendLinks
Cross-platform, endian-aware primitives for Rust
☆44Updated 2 months ago
Alternatives and similar repositories for rend
Users that are interested in rend are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- A radioactive stabilization of the ptr_meta RFC.☆35Updated 2 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- A sinless derive helper☆76Updated this week
- Macro for sealing traits and structures☆60Updated last year
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- An exploration into the various ways optional trait methods can be implemented in Rust.☆42Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- Exhaustive iteration trait in Rust☆18Updated this week
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- Convert number to enum☆87Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- ☆42Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- Provides branch hinting and control functions for stable Rust☆34Updated this week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- structured parallel execution for async Rust☆37Updated last year
- Byte-wise atomic memcpy.☆39Updated 2 months ago
- Bare-metal allocators.☆76Updated 3 years ago
- Mirror of Rust's allocator api for use on stable rust☆72Updated last week
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆56Updated 3 weeks ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated 2 weeks ago
- Parse JSON file at compile time and embed as serde_json::Value☆33Updated last month