This is a library for controlling colours and formatting, such as red bold text or blue underlined text, on ANSI terminals.
This package provides a pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280.
This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data.
This package provides a tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data.
Backend for an HTTP transport in libgit2
, powered by libcurl, which is intended to be used with the git2
crate.
Backend for an HTTP transport in libgit2
, powered by libcurl, which is intended to be used with the git2
crate.
Backend for an HTTP transport in libgit2
, powered by libcurl, which is intended to be used with the git2
crate.
Backend for an HTTP transport in libgit2
, powered by libcurl, which is intended to be used with the git2
crate.
This package provides a number of traits with default implementations for most of the standard library's methods on array like data structures.
This package provides a Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os), sourced from the Rust compiler.
This package provides a backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.
This package provides a backend-agnostic extension for HTTP libraries that provides support for POST multipart/form-data requests on both client and server.
This crate provides various ordering kernels for Apache Arrow arrays. Examples include cmp
, ord
, partition
, rank
and sort
kernels.
This package provides a tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website ``Daring Fireball''.
This package provides a tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website ``Daring Fireball''.
bugreport is a Rust library that helps application developers to automatically collect information about the system and the environment that users can send along with a bug report.
bugreport is a Rust library that helps application developers to automatically collect information about the system and the environment that users can send along with a bug report.
This is a simple crate which provides the BitField trait, which provides methods for operating on individual bits and ranges of bits on Rust's integral types.
This package provides a support library for alevin-fry, a suite of tools for the rapid, accurate and memory-frugal processing single-cell and single-nucleus sequencing data.
An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Note that this crate tracks permanently to the 0.1 branch of the `futures` crate.
This package is a Rust wrapper library for Pieter Wuille's libsecp256k1
. It implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.
Array macro helps initialize arrays. It is useful when initializing large arrays (greater than 32 elements), or arrays of types which do not implement the copy or default traits.
This package provices HTTP authentication; it can parse challenge lists, respond to Basic and Digest challenges. It is likely to be extended with server support and additional auth schemes.
aws-lc-rs
is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.