sunshowers-code / partial-ioLinks
Rust library that provides helpers for testing resilience of I/O operations.
☆33Updated 2 years ago
Alternatives and similar repositories for partial-io
Users that are interested in partial-io are comparing it to the libraries listed below
Sorting:
- Find calls to panic functions in rust executables☆36Updated 4 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆45Updated 3 years ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- structured parallel execution for async Rust☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Serde Visitor for deserializing untagged enums☆69Updated last month
- ☆34Updated 3 years ago
- ☆75Updated 3 weeks ago
- Rust serializer library☆89Updated 4 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- Abstract over different executors☆74Updated 2 years ago
- ☆61Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆67Updated last month
- Additional utilities around the bytes crate☆19Updated 9 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Experimenting with Rust's fundamental data model☆58Updated 4 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- Alternative future adapters that provide cancel safety.☆80Updated this week
- Track memory allocations by backtrace or originating thread