JRRudy1 / transient
Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.
☆37Updated 4 months ago
Alternatives and similar repositories for transient:
Users that are interested in transient are comparing it to the libraries listed below
- Minimalist Rust syntax parsing for procedural macros☆63Updated 11 months ago
- Serde-based replacement for #[derive(Debug)]☆67Updated 7 months ago
- horrible serde macro stuff☆39Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Efficient byte-stream pipe buffer☆43Updated 10 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆44Updated 8 months ago
- Compile-time regular expressions, the right way.☆77Updated 2 months ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated 2 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆65Updated last year
- ☆30Updated 10 months ago
- An exploration of Storages☆35Updated last year
- ☆39Updated last year
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆43Updated last month
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Async, lock-free synchronization primitives for task wakeup☆44Updated 7 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Simple channel-like APIs over TCP streams for communications between rust services.☆37Updated 10 months ago
- ☆34Updated 3 months ago
- Lending iterators on stable Rust☆82Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆97Updated 4 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆71Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated 9 months ago
- An evil parsing library.☆54Updated last year
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆36Updated last year
- A memory efficient syntax tree for language developers☆57Updated last month
- structured parallel execution for async Rust☆33Updated 8 months ago
- Typed any map for rust☆66Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- Imitate the documentation build that docs.rs would do☆50Updated 3 months ago