JRRudy1 / transientLinks
Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.
☆39Updated 8 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☆65Updated last year
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated this week
- ☆34Updated last year
- 🐱concat! with support for const variables and expressions☆42Updated 2 months ago
- Compile-time regular expressions, the right way.☆80Updated 7 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Obsessively tiny error derive macro☆87Updated 7 months ago
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 6 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆83Updated 3 weeks ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆48Updated 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.☆84Updated 4 months ago
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆48Updated 3 weeks 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
- Zero-cost bitsets over native Rust types☆78Updated 5 months ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- Typed any map for rust☆67Updated 8 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated 11 months ago
- Abstract over different executors☆74Updated 2 years ago
- horrible serde macro stuff☆39Updated last year
- Lending iterators on stable Rust☆83Updated last year
- The quickest way to override dependencies with Cargo☆65Updated this week
- A lightweight attribute macro for easily writing extension trait pattern.☆80Updated last week
- Zero-cost type for stack without complicated type or Box☆45Updated 3 months ago
- Rust data types and a macro for generating enumeration-based bit flags☆49Updated 3 weeks ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆32Updated last week
- ☆40Updated last year
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆109Updated 3 weeks ago