sagebind / castawayLinks
Safe, zero-cost downcasting for limited compile-time specialization.
☆172Updated last month
Alternatives and similar repositories for castaway
Users that are interested in castaway are comparing it to the libraries listed below
Sorting:
- Better reference counted strings for Rust☆136Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 4 months ago
- Make trait methods callable without the trait in scope☆157Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆256Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated last week
- Rust microbenchmarking harness based on paired-testing methodology☆140Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆110Updated last month
- Pull in every source file in a directory as a module☆177Updated 2 weeks ago
- Migrated to Codeberg☆79Updated 2 years ago
- ☆112Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆128Updated 8 months ago
- Convert number to enum☆87Updated last year
- Lazy formatting utility macro for rust☆129Updated last year
- A library for compact bit sets containing enums.☆115Updated last week
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 6 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆152Updated 2 weeks ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- ☆74Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆165Updated last year
- "A very small syn"☆209Updated 8 months ago
- Graph the number of crates that depend on your crate over time☆252Updated 2 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆146Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- A fast, concurrent string interner☆153Updated last year
- Define your own PhantomData☆158Updated last week
- Use declarative macros as proc_macro attributes or derives☆145Updated 3 months ago