JRRudy1 / transientLinks
Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.
☆41Updated 10 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☆66Updated last year
- ☆33Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆106Updated last week
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Obsessively tiny error derive macro☆87Updated 9 months ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Macro for sealing traits and structures☆59Updated 11 months ago
- A sinless derive helper☆75Updated 4 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Compile-time regular expressions, the right way.☆79Updated 9 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
- Typed any map for rust☆67Updated 10 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Support for variety of disjoint impls distinguished by associated types☆21Updated this week
- An exploration of Storages☆39Updated 2 years ago
- horrible serde macro stuff☆39Updated 2 years ago
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆32Updated 2 years ago
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 11 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated 3 weeks ago
- Abstract over different executors☆74Updated 2 years ago
- 🐱concat! with support for const variables and expressions☆43Updated 4 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year