JRRudy1 / transientLinks
Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.
☆39Updated 6 months ago
Alternatives and similar repositories for transient
Users that are interested in transient are comparing it to the libraries listed below
Sorting:
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year
- The missing compound borrowing for Rust.☆58Updated last month
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆44Updated 4 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆75Updated 3 months ago
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆31Updated 2 years ago
- ☆31Updated last year
- Typed any map for rust☆67Updated 6 months ago
- 🐱concat! with support for const variables and expressions☆41Updated last week
- Zero-cost bitsets over native Rust types☆78Updated 3 months ago
- horrible serde macro stuff☆39Updated last year
- Serde-based replacement for #[derive(Debug)]☆68Updated 9 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Abstract over different executors☆74Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated this week
- The quickest way to override dependencies with Cargo☆63Updated this week
- Wrapper around Rc safe to send to a different thread☆25Updated last year
- Macro for sealing traits and structures☆57Updated 7 months ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Obsessively tiny error derive macro☆86Updated 5 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Efficient byte-stream pipe buffer☆43Updated last year
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- State machine pattern for Rust☆29Updated 8 months ago