spastorino / dynosaur
☆147Updated this week
Alternatives and similar repositories for dynosaur:
Users that are interested in dynosaur are comparing it to the libraries listed below
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- Generate Rust enum variants without associated data☆94Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆135Updated 7 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆91Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆153Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆108Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Compile-time regular expressions, the right way.☆77Updated 2 months ago
- (Auto)DRY for your Rust dependencies☆163Updated 2 months ago
- Yet another string type for Rust☆85Updated this week
- ☆42Updated 7 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- Fast JSON deserialization on borrowed data☆86Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆97Updated 4 months ago
- A Rust macro to make enums with a subset of values of the parent☆86Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last month
- The missing compound borrowing for Rust.☆57Updated last month
- Drop-in replacement for std::time for Wasm in browsers☆73Updated 3 months ago
- ☆206Updated last month
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆113Updated 7 months ago
- Cargo command to create the README.md from your crate's documentation☆159Updated 3 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆144Updated 3 months ago
- Reports when tokio runtime threads are blocking