This package is an implementation of regular expressions for Rust. It uses finite automata and guarantees linear time matching on all inputs.
This package is an implementation of regular expressions for Rust. It uses finite automata and guarantees linear time matching on all inputs.
This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018).
This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018).
This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018).
This package is a pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018).
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a number of diff algorithms, also called longest common subsequence. The diff algorithms include Myer's diff and Patience diff.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a library for getting information on Unix users and groups. A more maintained fork of the rust-users
crate.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a cross-platform Rust equivalent of the Unix which
command. It returns the full path of an installed executable.
This package provides a library for getting information on Unix users and groups. A more maintained fork of the rust-users
crate.
This package provides a library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access control addresses.
This package provides Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.
This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.
This package is deprecated and was replaced by the aes
crate.
This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.
This package is deprecated and was replaced by the aes
crate.
This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.
This package is deprecated and was replaced by the aes
crate.
This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.
This package is deprecated and was replaced by the aes
crate.
This package provides an implementation of AES (Rijndael) block ciphers using AES-NI.
This package is deprecated and was replaced by the aes
crate.
This package makes it possible to define your own PhantomData and similarly behaved unit types with generic parameters, which is not permitted in ordinary Rust.