SergioBenitez / state
A Rust library for safe and effortless global and thread-local state management.
☆218Updated last year
Alternatives and similar repositories for state:
Users that are interested in state are comparing it to the libraries listed below
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆505Updated 7 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆330Updated this week
- Procedural macros in expression position☆204Updated 2 years ago
- The feature-rich, portable async channel library☆251Updated 2 years ago
- Stackless generators on stable Rust.☆449Updated 2 years ago
- Struct fields that are made read-only accessible to other modules☆231Updated 3 weeks ago
- Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation☆408Updated 2 months ago
- Generic Atomic<T> type for Rust☆226Updated last year
- Conditional compilation according to rustc compiler version☆346Updated 3 weeks ago
- Idiomatic argon2 password hashing for several languages☆146Updated 2 years ago
- Fowler–Noll–Vo hash function☆342Updated 10 months ago
- Delegation of trait implementations via procedural macros☆260Updated 6 months ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆191Updated last year
- A safe and convenient store for one value of each type☆337Updated 7 months ago
- Notify async tasks or threads☆459Updated 3 weeks ago
- Async synchronization primitives☆262Updated 3 weeks ago
- ☆280Updated 6 months ago
- Rust method delegation with less boilerplate☆455Updated this week
- Expanding opportunities standard library std::fs and std::io☆309Updated last year
- A thread pool for isolating blocking I/O in async programs☆351Updated 3 weeks ago
- oh heck, a case conversion library☆518Updated 11 months ago
- Common types for HTTP operations☆201Updated last year
- Per-object thread-local storage for Rust☆341Updated 9 months ago
- Faster, more compact implementation of std::Cow☆342Updated last year
- Futures, streams, and async I/O combinators.☆494Updated last week
- a smaller, faster and panic-free alternative to core::fmt☆354Updated last year
- x-www-form-urlencoded meets Serde☆238Updated 6 months ago
- A flexible logger for rust programs that can write to stderr, stdout, and/or to log files☆333Updated last month
- Procedural macro for recursive async functions☆219Updated 3 weeks ago
- Task abstraction for building executors☆449Updated 3 weeks ago