FFI bindings for the ALSA project (Advanced Linux Sound Architecture) - Rust source code
Recoverable assertions for long-running robust applications - Rust source code
Ambient Authority - Rust source code
HTML Sanitization - Rust source code
ANSI Escape Sequences provider & parser - Rust source code
Building code annotations - Rust source code
True-colour ↔ ANSI terminal palette converter - Rust source code
Ansi escape codes for manipulating the terminal - Rust source code
Library using nom for parsing ANSI Escape Codes - Rust source code
Library which provides a set of methods to work with ANSI strings - Rust source code
ANSI terminal styles and colors - feature "derive_serde_style" and 1 more
ANSI terminal styles and colors - Rust source code
ANSI terminal colours and styles (bold, underline) - Rust source code
Parsing ANSI Escape Codes - Rust source code
Convert ansi color coded text into ratatui::text::Text type from ratatui library - Rust source code
Calculate the width of a string when printed to the terminal - Rust source code
Simple cross platform library for writing colored text to a terminal - Rust source code
ANSI text styling - Rust source code
Lossy conversion between ANSI Color Codes - Rust source code
Parse ANSI Style Escapes - Rust source code
Look up colored console capabilities - Rust source code
Convert ANSI escape codes to SVG - Rust source code
Poison-free Mutex and RwLock types - Rust source code
Flexible concrete Error type built on std::error::Error - Rust source code
FFI bindings to aom - Rust source code
GTK Widget for cameras using gstreamer and pipewire - Rust source code
Put your app's data in the right place on every platform - Rust source code
Parse and write apple-formatted nvram entries - Rust source code
Approximate floating point equality comparisons and assertions - Rust source code
Rust bindings for Apache Portable Runtime - Rust source code
Trait for generating structured data from unstructured data - Rust source code
Image and text handling for the OS clipboard - Rust source code
Abstract over the atomicity of reference-counting pointers - Rust source code
Atomically swappable Arc - Rust source code
Encoding/decoding Unix archive files - Rust source code
Procedural macro compatible with clap arg_enum - Rust source code
Load additional CLI args from file - Rust source code
Derive-based argument parsing optimized for code size - Rust source code
Derive-based argument parser optimized for code size - Rust source code
Deal with 'argument too long' errors - Rust source code
Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants - Rust source code
Pure Rust password hashing library that runs on Argon2 - Rust source code
Pure Rust password hashing library that runs on Argon2 - feature "simd"
Powerful command-line argument parsing library - Rust source code
Safe wrapper for initializing fixed-size arrays - Rust source code
Array multiple elements constructor syntax - Rust source code
Macros to take array references of slices - Rust source code
Vector with fixed capacity, backed by an array (it can be stored on the stack too) - Rust source code
Vector with fixed capacity, backed by an array (it can be stored on the stack too) - feature "serde"