no_color
is a rust library for detecting if the NO_COLOR
environment variable is set.
Reimplementation of the slice iterators, with extra features. For example creation from raw pointers and start, end pointer accessors.
Fast and simple datetime, date, time and duration parsing with relaxations of from RFC 3339 are compliant with ISO 8601.
This package provides Core library of Pijul, a distributed version control system based on a sound theory of collaborative work.
This package provides a rust attribute macro to require that the compiler prove a function can't ever panic.
This package provides a simple library to work with listenfds passed from the outside, such as systemd/catflap socket activation.
This package contains the raw bindings to liblzma which contains an implementation of LZMA and xz stream encoding/decoding.
This package provides a replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Calculate differences between various Git objects. This package is a part of Gitoxide, a pure Rust implementation of Git.
Poly1305 is a universal hash function which, when combined with a cipher, can be used as a Message Authentication Code (MAC).
Poly1305 is a universal hash function which, when combined with a cipher, can be used as a Message Authentication Code (MAC).
This package provides a Rust library for constructing a relative path from a provided base directory path to the provided path.
This package provides a DHCP parser and encoder for DHCPv4/DHCPv6. dhcproto
aims to be a functionally complete DHCP implementation.
This package provides a fork of std::sync::Arc
with some extra functionality and without weak references (originally servo_arc).
This package provides manually written glue code to accompany the jni-bindgen code generator for binding to JVM APIs from Rust.
This package provides a few wrappers for the fmt::Write
object that efficiently appends and removes common indentation after every newline.
This package provides wrappers to create fully-featured Mutex
and RwLock
types. It is compatible with no_std
.
This package provides branch hinting prediction and control functions for stable Rust including likely, unlikely, assume and abort to help algorithm optimization.