Easy self-referential struct generation for Rust.
☆696Jan 11, 2025Updated last year
Alternatives and similar repositories for ouroboros
Users that are interested in ouroboros are comparing it to the libraries listed below
Sorting:
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆297Dec 30, 2025Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- A library for to allow multiple return types by automatically generated enum.☆375Feb 27, 2026Updated last week
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,047Feb 10, 2026Updated 3 weeks ago
- Slotmap data structure for Rust☆1,290Dec 6, 2025Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- Compile time static maps for Rust☆2,107Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated 2 months ago
- A Rust proc-macro attribute parser☆1,238Jan 15, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- Zero-copy deserialization framework for Rust☆4,053Feb 28, 2026Updated last week
- derive(Error) for struct and enum error types☆5,367Feb 16, 2026Updated 3 weeks ago
- ☆499Nov 8, 2025Updated 4 months ago
- Like Rust's std::Path, but UTF-8.☆548Dec 15, 2025Updated 2 months ago
- Support atomic operations on Arc itself☆1,270Mar 1, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated 3 weeks ago
- Flexible concrete Error type built on std::Error☆6,442Feb 20, 2026Updated 2 weeks ago
- A crate for mucking around with piles of bytes☆967Jan 31, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,097Feb 20, 2026Updated 2 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated 2 weeks ago
- Subcommand to show result of macro expansion☆3,037Feb 12, 2026Updated 3 weeks ago
- Asynchronous streams for Rust using async & await notation☆740Dec 8, 2024Updated last year
- A safe and fast multi-producer, multi-consumer channel.☆2,896Dec 22, 2025Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 3 weeks ago
- Blazing fast concurrent HashMap for Rust.☆3,965Mar 5, 2025Updated last year
- Heapless, `static` friendly data structures☆1,925Feb 16, 2026Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,184Feb 8, 2026Updated last month
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,712Feb 25, 2026Updated last week
- ☆247Jan 25, 2026Updated last month