kurtlawrence / shh
(Rust) Silence stderr and stdout, optionally rerouting it.
☆17Updated 5 years ago
Alternatives and similar repositories for shh
Users that are interested in shh are comparing it to the libraries listed below
Sorting:
- a cross-platform library for opening OS pipes in Rust☆109Updated this week
- Overriding Stdio file descriptors in Rust☆18Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆79Updated last month
- Macro-rules-style syntax matching for procedural macros☆53Updated last year
- Iterator of const known length☆16Updated 5 months ago
- Macro for dynamically loading windows dll functions☆19Updated last year
- More reliable path manipulation.☆61Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Annoyed that Rust has many string types? Well it doesn't have to☆39Updated 3 years ago
- Cross-platform, endian-aware primitives for Rust☆39Updated 3 weeks ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- Implementation of CStr and CString for no_std environments☆41Updated 2 years ago
- A pure-Rust library to work with Linux memfd☆32Updated 2 months ago
- Traits extending the Rust Range structs in std::ops☆38Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- Fast, minimal, feature-rich, extended formatting syntax for Rust!☆74Updated 2 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.