Netlink packet types - Rust source code
Generic netlink packet types - Rust source code
Macros and helpers for parsing netlink messages - Rust source code
Async netlink protocol - Rust source code
Async netlink protocol - feature "smol_socket"
Async netlink protocol - feature "tokio_socket" and 1 more
Netlink sockets, with optional integration with tokio - feature "async-io"
Netlink sockets, with optional integration with tokio - Rust source code
Netlink sockets, with optional integration with tokio - feature "futures"
Netlink sockets, with optional integration with tokio - feature "mio" and 1 more
Netlink sockets, with optional integration with tokio - feature "smol_socket"
Netlink sockets, with optional integration with tokio - feature "tokio"
Netlink sockets, with optional integration with tokio - feature "tokio_socket"
Rust bindings for the Nettle cryptographic library - Rust source code
Low-level Rust bindings for the Nettle cryptographic library - Rust source code
Stable version of the unstable never type (!) - Rust source code
Panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable) - Rust source code
Macros for deriving common traits for newtype structures - Rust source code
Newtype wrapper around UUIDs - Rust source code
Safe abstraction for nftables JSON API - Rust source code
Closure generator library - Rust source code
Vector data-structure for half-byte values - Rust source code
Unified interface for Linux network state querying - Rust source code
Rust bindings for libnitrokey - Rust source code
Low-level bindings to libnitrokey - Rust source code
supporting test infrastructure for the nitrokey crate - Rust source code
Provides a nix (as in NixOS) compatible base32 encoding - Rust source code
Rust friendly bindings to *nix APIs - Rust source code
Wrapper type to inhibit drop (destructor) - Rust source code
Wrapper type to inhibit drop (destructor) - feature "nodrop-union"
Wrapper type to inhibit drop (destructor) - feature "use_union"
`std::hash::Hasher` which does not hash at all - Rust source code
Noise Protocol Framework implementation - Rust source code
Wrappers of dalek and RustCrypto crates for noise-protocol - Rust source code
Parse PKGBUILD files used by pacman the package manager - Rust source code
Custom derive nom parsers from struct - Rust source code
Byte-oriented, zero-copy, parser combinators - Rust source code
nom input type to locate tokens - Rust source code
Permutation conbinator for nom - Rust source code
Byte-oriented, zero-copy, parser combinators - feature "std" and 1 more
Correct by construction non-empty vector - Rust source code
Openssh mux client - Rust source code
No-op proc_macro, literally does nothing - Rust source code
Attribute macro to require a function can't ever panic - Rust source code
Takes an iterator over chars and returns a new iterator with all line endings (\r, \n, or \r\n) as \n - Rust source code