rkyv / rendLinks
Cross-platform, endian-aware primitives for Rust
☆46Updated 3 months ago
Alternatives and similar repositories for rend
Users that are interested in rend are comparing it to the libraries listed below
Sorting:
- A radioactive stabilization of the ptr_meta RFC.☆39Updated 3 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- A simple macro to create correct opaque pointers☆21Updated 4 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Memory validation framework for Rust☆74Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Updated 3 weeks ago
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- Experimenting with Rust's fundamental data model☆57Updated 3 months ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- structured parallel execution for async Rust☆37Updated last year
- Macro for sealing traits and structures☆60Updated last year
- A sinless derive helper☆77Updated 3 weeks ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆30Updated last month
- Choose Rust types at compile-time via constants☆70Updated last year
- Twinsies is a specialized reference-counting pointer where the item is jointly owned in 2 places☆27Updated last year
- Lending iterators on stable Rust☆83Updated last year
- Build-time configure scripts for Rust☆67Updated 2 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Exhaustive iteration trait in Rust☆19Updated 3 weeks ago
- Obsessively tiny error derive macro☆87Updated 11 months ago
- sptr: The Strict Provenance Polyfill☆75Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- Zig comptime using Rust proc macros☆53Updated last year
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆56Updated last month
- The `io_uring` library for Rust (with Rustix)☆35Updated 5 months ago
- Cargo API written in Paris