fnichol / features-rs
features - A Rust library for runtime feature toggles
☆22Updated last year
Alternatives and similar repositories for features-rs:
Users that are interested in features-rs are comparing it to the libraries listed below
- ☆24Updated last year
- Pluralization handling in Rust☆38Updated 2 years ago
- Connection telemetry middleware for diesel and tracing☆20Updated 4 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆43Updated 3 years ago
- Thread-unsafe async runtime☆27Updated 4 months ago
- ♻️ Retry faillible Rustlang std library futures☆58Updated 7 months ago
- std::thread which joins on drop by default.☆16Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 2 months ago
- A double-ended priority queue implemented with an interval heap.☆18Updated 7 years ago
- Reactive dependency injection for Rust.☆42Updated last month
- A context that carries a deadline, cancelation signals and request scoped values across API boundaries and between processes.☆25Updated 6 years ago
- Async Server Sent Events parser and encoder