JRRudy1 / transientLinks
Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.
☆38Updated 5 months ago
Alternatives and similar repositories for transient
Users that are interested in transient are comparing it to the libraries listed below
Sorting:
- ☆31Updated 11 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated last week
- horrible serde macro stuff☆39Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆47Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆72Updated 2 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated 8 months ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆40Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Simple channel-like APIs over TCP streams for communications between rust services.☆37Updated 11 months ago
- Serde partial serialization made easy☆42Updated 2 years ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Efficient byte-stream pipe buffer☆43Updated 10 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- ☆39Updated 9 months ago
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆32Updated last week
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- Const TypeId and non-'static TypeId☆66Updated last week
- A Rust library for runtime-checked linearish types☆34Updated last year
- Imitate the documentation build that docs.rs would do☆50Updated 4 months ago
- Integer types with customizable niche values☆46Updated 6 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 7 months ago
- Abstract over different executors☆73Updated last year
- ☆35Updated 4 months ago
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- State machine pattern for Rust☆29Updated 7 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 8 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Configure const and static items by environment variables.☆25Updated last year
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆43Updated 2 months ago