dropbox / rust-subprocess-communicateLinks
This implements the python subprocess.communicate tool for rust
☆13Updated 8 years ago
Alternatives and similar repositories for rust-subprocess-communicate
Users that are interested in rust-subprocess-communicate are comparing it to the libraries listed below
Sorting:
- ☆29Updated 7 years ago
- Docker container containing a Rust compiler that uses the musl libc on Linux☆21Updated 9 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Rust actor library with a bit of inspiration from Akka/Pykka☆46Updated 4 years ago
- Implements a .NET inspired execution context for Rust☆38Updated 7 years ago
- Low-level library to build event driven applications, supporting lightweight non-blocking I/O.☆16Updated 5 years ago
- Testing LLVM's profile guided optimization with Rust☆45Updated 6 years ago
- A contiguous region of bytes, useful for I/O operations.☆33Updated 5 years ago
- Proof of concept for fast regexes in rust☆39Updated 8 years ago
- ☆30Updated 3 years ago
- A collection of Tokio middleware☆29Updated 7 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- NTP parser written in rust with nom☆19Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- ☆20Updated 8 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- ☆14Updated 7 years ago
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆21Updated 5 years ago
- [ABANDONED] An in-memory structure database for Rust.☆18Updated 6 years ago
- The simd optimized escape code☆54Updated 2 weeks ago
- Conversion traits for Rust☆48Updated 4 years ago
- A Brotli implementation in pure and safe Rust☆63Updated 5 years ago
- Named arguments for Rust☆38Updated 8 years ago
- Unix Domain Sockets for tokio☆54Updated 7 years ago
- Thrift RPC in Rust (Async I/O) with tokio☆19Updated 8 years ago
- Flexible, stand-alone benchmarking☆18Updated 7 years ago
- Parallel HashMap and HashSet for Rust