dcuddeback / libudev-rsLinks
Rust wrapper for libudev
☆23Updated 4 years ago
Alternatives and similar repositories for libudev-rs
Users that are interested in libudev-rs are comparing it to the libraries listed below
Sorting:
- Asynchronous file I/O for Tokio☆49Updated last month
- A pure-Rust library to work with Linux capabilities☆88Updated 2 weeks ago
- Unix signal handling for tokio☆87Updated 6 years ago
- An implementation of https://github.com/google/brotli in rust avoiding the stdlib☆57Updated 3 months ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 5 months ago
- Native TLS for futures and async-std☆72Updated 2 months ago
- ☆59Updated 11 months ago
- ☆70Updated 3 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- DEPRECATED, use https://github.com/gtk-rs/gtk-rs-core repository instead!☆43Updated 4 years ago
- A Rust library for accessing Linux process and system information☆90Updated last year
- Derive for the Display trait☆52Updated 7 years ago
- Cross-platform interface to the `errno` variable☆70Updated last month
- std::Error in no_std environment.☆39Updated 4 years ago
- A simple library to send ntp requests and receive responses☆29Updated 3 years ago
- ☆47Updated 4 years ago
- Native Rust library for managing control groups under Linux☆77Updated 3 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A type-safe wrapper around mount() system call for rust with good error reporting☆32Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 weeks ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Concurrent work-stealing deque