Data type suitable for storing sensitive information such as passwords and private keys in memory, featuring constant time equality, mlock and zeroing out - Rust source code
Section-style testing - Rust source code
Lowercased diacritics-free character or string - Rust source code
Extract useful data from HTML documents, suitable for web scraping - Rust source code
CSS Selectors matching for Rust - Rust source code
Safe-to-use proc-macro-free self-referential structs in stable Rust - Rust source code
Flexible Mandatory Access Control for Linux - Rust source code
Flexible Mandatory Access Control (MAC) for Linux - Rust source code
Semantic version parsing and comparison - feature "serde" and 1 more
Semantic version parsing and comparison - Rust source code
Parser and evaluator for Cargo's flavor of Semantic Versioning - Rust source code
Parsing of the semver spec - Rust source code
Send file descriptors along with data over UNIX domain sockets - Rust source code
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - Rust source code
This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types between threads, as long as you access the contained value only from within the original thread - feature "futures-core" and 1 more
Rust-friendly interface to lm-sensors - Rust source code
Formats numbers with thousands separators - Rust source code
Macro to repeat sequentially indexed copies of a fragment of code
Autocrypt support - Rust source code
Certificate database interface - Rust source code
Directories used by Sequoia - Rust source code
Interacting with GnuPG's gpg-agent - Rust source code
Interprocess communication infrastructure for Sequoia - Rust source code
Traits for private key store backends - Rust source code
Sequoia's private key store server - Rust source code
Soft key (in-memory key) backend for Sequoia's private key store - Rust source code
Man page generation for Sequoia PGP CLIs - Rust source code
Network services for OpenPGP - Rust source code
OpenPGP data types and associated machinery - Rust source code
Multi-threaded parsing of OpenPGP data - Rust source code
Configure Sequoia using a configuration file - Rust source code
Explore the OpenPGP Web of Trust using Sequoia - Rust source code
Big array helper for serde - Rust source code
Implements the Watchman BSER encoding for serde - Rust source code
Optimized serde handling of u8 Vec and array - Rust source code
CBOR support for serde - Rust source code
Constant-time serde serializer/deserializer helpers for data that potentially contains secrets (e.g - Rust source code
Macros 1.1 #[derive(Serialize, Deserialize)] - Rust source code
AST representation used by Serde derive macros - Rust source code
Generic serialization/deserialization framework - Rust source code
write any serde::Serialize using standard formatting APIs - Rust source code
(De-)serialization support for the `application/x-www-form-urlencoded` format - Rust source code
Find out about keys that are ignored when deserializing data - Rust source code
JSON serialization file format - Rust source code
YAML data format for Serde - Rust source code
Path to the element that failed to deserialize - Rust source code
querystrings for Serde - Rust source code
Serde wrapper that (de)serializes regex as strings - Rust source code
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum - Rust source code