TennyZhuang / const-currying-rs
☆37Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for const-currying-rs
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Open a scope and then freeze it in time for future access.☆105Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆53Updated 2 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Better reference counted strings for Rust☆114Updated 3 months ago
- The missing compound borrowing for Rust.☆57Updated 5 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- Type-erased core::Discriminant<T>☆35Updated 2 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Map data structure whose keys are stored as ranges☆75Updated 8 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆215Updated 3 weeks ago
- Compile-time regular expressions, the right way.☆70Updated 6 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆112Updated last month
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- Make trait methods callable without the trait in scope☆135Updated this week
- A faster Arc.☆48Updated 9 months ago
- Macros for deriving as functions to access Enums as their inner components☆92Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆80Updated 2 weeks ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆62Updated 2 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆36Updated 2 months ago
- (lifetime) GATs on stable Rust☆56Updated 9 months ago
- Utilities for working with impl traits in Rust.☆96Updated 7 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆64Updated this week
- Faster integer division and modulus operations☆70Updated last year
- ☆35Updated last year
- A concurrent, append-only vector.☆135Updated this week
- Convert number to enum☆90Updated 3 months ago