This package implements an n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
This package implements an n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.
LALRPOP is a Rust parser generator framework with usability as its primary goal. You should be able to write compact, DRY, readable grammars.
This package provides a Rust library for parsing and extracting files from LHA/LZH archives, which are often suffixed .lha
or .lzh
.
This package is part of Gitoxide a Rust implementation of Git. It provides a crate for parsing and serialization of gix-url's.
This package is part of Gitoxide a Rust implementation of Git. It provides a crate for parsing and serialization of gix-url's.
This package is part of Gitoxide a Rust implementation of Git. It provides a crate for parsing and serialization of gix-url's.
This package is part of Gitoxide a Rust implementation of Git. It provides a crate for parsing and serialization of gix-url's.
This crate is a Rust library for parsing and generating Human JSON Hjson. It is built upon Serde, a high performance generic serialization framework.
A pure Rust implementation of the AES. Use the AES crate if possible, as the aes-ctr has been into it.
This package provides a pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA).
This package provides a pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA).
This package provides a way to abstract Rc
and Arc
smart pointers. It can also create data structures where the pointer type is parameterizable.
Runtime is an asynchronous library.
This package is deprecated. If you're looking for an asynchronous runtime please consider using async-std
or tokio
.
This package provides Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
Edwards Digital Signature Algorithm (EdDSA
) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support
There are situations where you need to intentionally leak some memory but not other memory. This package provides a discard trait which allows for intentionally leaking memory
Lexical is high-performance numeric conversion routines for use in a no_std environment. This does not depend on any standard library features, nor a system allocator.
Lexical is high-performance numeric conversion routines for use in a no_std environment. This does not depend on any standard library features, nor a system allocator.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration.
This package provides a tool to count ones, using rapid popcount (hamming weight) techniques. This provides a performant popcount and bitwise hamming distance for a slice of bytes.
refpool
is a re-implementation of Rust's std::boxed::Box
and std::rc::Rc
which uses a pool of reusable memory to speed up reallocation.