jedisct1 / rust-privdropLinks
A simple Rust crate to drop privileges
☆37Updated 3 months ago
Alternatives and similar repositories for rust-privdrop
Users that are interested in rust-privdrop are comparing it to the libraries listed below
Sorting:
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Advisory cross-platform file locks using file descriptors☆80Updated 4 months ago
- A sandboxing library for Rust | now on https://codeberg.org/valpackett/rusty-sandbox☆58Updated 2 years ago
- Rust serializer library☆87Updated last year
- Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow☆59Updated 4 years ago
- ☆63Updated 8 years ago
- Compares two equal-sized byte strings in constant time.☆41Updated 2 months ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- ☆59Updated last year
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- Concurrent hash trie☆57Updated 4 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- ☆54Updated 3 years ago
- Send syslog messages from Rust☆117Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 3 months ago
- Brotli encoders/decoers for Rust☆28Updated 2 years ago
- Rust implementation of Noise☆69Updated last year
- A macro to generate Rust actors☆45Updated 4 years ago
- A (micro) framework for building bare-metal AMP (Asymmetric Multi-Processing) applications☆61Updated 3 years ago
- ☆47Updated 4 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Experimental cooperative cancellation for async-std☆49Updated 3 years ago
- Bindings to libkmod to manage linux kernel modules☆13Updated 2 years ago
- Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.☆204Updated 2 years ago
- Fast and simple file reading for Rust☆39Updated last year
- Use `memsec` protected secret memory.☆27Updated 2 years ago
- Custom exit status codes with ? in main