someguynamedjosh / ouroborosView external linksLinks
Easy self-referential struct generation for Rust.
☆691Jan 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.☆293Dec 30, 2025Updated last month
- A crate for safe and ergonomic pin-projection.☆702Feb 7, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆374Updated this week
- Macros for all your token pasting needs☆1,079Oct 6, 2024Updated last year
- Statically-checked alternatives to RefCell and RwLock☆388Sep 17, 2025Updated 4 months ago
- A fast bump allocation arena for Rust☆2,096Jan 12, 2026Updated last month
- A library for creating references that carry their owner with them.☆384Oct 12, 2023Updated 2 years ago
- Slab allocator for Rust☆875Jan 31, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆956Dec 4, 2025Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,030Oct 26, 2025Updated 3 months ago
- Slotmap data structure for Rust☆1,285Dec 6, 2025Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,059May 24, 2025Updated 8 months ago
- Compile time static maps for Rust☆2,100Feb 4, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- A Rust proc-macro attribute parser☆1,230Jan 15, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,469Jan 21, 2026Updated 3 weeks ago
- Zero-copy deserialization framework for Rust☆4,014Updated this week
- derive(Error) for struct and enum error types☆5,338Updated this week
- ☆501Nov 8, 2025Updated 3 months ago
- Support atomic operations on Arc itself☆1,256Updated this week
- Like Rust's std::Path, but UTF-8.☆545Dec 15, 2025Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆952Updated this week
- A crate for mucking around with piles of bytes☆959Jan 31, 2026Updated 2 weeks ago
- Flexible concrete Error type built on std::Error☆6,423Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- A memory efficient string type that can store up to 24* bytes on the stack☆816Dec 24, 2025Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,089Jan 12, 2026Updated last month
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,273Dec 29, 2025Updated last month
- Subcommand to show result of macro expansion☆3,029Feb 5, 2026Updated last week
- Asynchronous streams for Rust using async & await notation☆734Dec 8, 2024Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated this week
- Blazing fast concurrent HashMap for Rust.☆3,941Mar 5, 2025Updated 11 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,878Dec 22, 2025Updated last month
- Heapless, `static` friendly data structures☆1,922Jan 22, 2026Updated 3 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,182Feb 8, 2026Updated last week
- Concurrency permutation testing tool for Rust.☆2,600Jan 12, 2026Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,704Jan 14, 2026Updated last month
- ☆244Jan 25, 2026Updated 3 weeks ago