dylni / process_controlLinks
Ergonomically run processes with limits.
☆38Updated last month
Alternatives and similar repositories for process_control
Users that are interested in process_control are comparing it to the libraries listed below
Sorting:
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Proc-macro utility to populate enums from database data☆20Updated last year
- Rust API stability attributes for the rest of us.☆31Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Automatic cfg for Rust compiler features☆111Updated 7 months ago
- Sort Unicode strings lexicographically☆36Updated last year
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Remove Cargo.lock lockfile☆34Updated last month
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Static time zone information for tz-rs.☆41Updated last month
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Zero-cost bitsets over native Rust types☆79Updated 2 months ago
- List size of types in a Rust crate☆27Updated 2 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- An async version of iterator☆41Updated last year
- Extensions for the Rust standard library☆42Updated last year
- ☆31Updated 5 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Typed any map for rust☆67Updated last year
- Keep version numbers in sync with Cargo.toml☆73Updated 4 months ago
- Convert number to enum☆87Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- JSON Pointer (RFC 6901) implementation for Rust☆48Updated 3 months ago
- Blazing fast zero-copy BSON handling in Rust.☆15Updated 4 years ago
- Threadsafe RefCell for Rust