Safe, zero-cost downcasting for limited compile-time specialization.
☆181Aug 11, 2025Updated 6 months ago
Alternatives and similar repositories for castaway
Users that are interested in castaway are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated 2 weeks ago
- Make any value Sync but only available on its original thread☆39Dec 20, 2025Updated 2 months ago
- An atomically updatable Arc for lock-free concurrency.☆189Nov 13, 2025Updated 3 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆295Dec 30, 2025Updated 2 months ago
- Safe cross-platform linker shenanigans☆835Feb 19, 2026Updated last week
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Manual segmented stacks for Rust☆335Feb 7, 2026Updated 3 weeks ago
- A Stable ABI for Rust with compact sum-types☆410Updated this week
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.☆140May 19, 2022Updated 3 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆70Dec 20, 2025Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆256Feb 2, 2026Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆467Sep 13, 2025Updated 5 months ago
- Type that deserializes only from one specific value☆270Feb 16, 2026Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 2 weeks ago
- ☆328Nov 15, 2025Updated 3 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated 11 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆817Dec 24, 2025Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆124Oct 31, 2025Updated 4 months ago
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆280Jan 22, 2026Updated last month
- Cargo subcommand for viewing LLVM optimization remarks.☆206Oct 13, 2025Updated 4 months ago
- Program startup and thread support written in Rust☆207Feb 18, 2026Updated last week
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Count lines of LLVM IR per generic function☆498Dec 20, 2025Updated 2 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆57Feb 9, 2026Updated 2 weeks ago
- "A very small syn"☆212Feb 1, 2025Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Dec 18, 2022Updated 3 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- in-place allocation-reusing queues for Rust☆394Jun 6, 2024Updated last year
- ☆247Jan 25, 2026Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,183Feb 8, 2026Updated 3 weeks ago
- Execute Rust code carefully, with extra checking along the way☆480Jan 3, 2026Updated last month
- Small, fast, synchronization primitives☆255Sep 13, 2024Updated last year