CFG Aliases is a tiny utility to help save you a lot of effort with long winded #[cfg()]
checks.
This package provides a library for encoding and escaping special characters in HTML, decoding and unescaping HTML entities as well.
CFG Aliases is a tiny utility to help save you a lot of effort with long winded #[cfg()]
checks.
prost-build
makes it easy to generate Rust code from .proto
files as part of a Cargo build.
This package provides a logger that sends a message with its Rust source's line and filename to the browser console
This package contains a catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.
This package contains a catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.
This package provides Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.
This package provides a library to convert ansi color coded text into ratatui::text::Text
type from the ratatui library.
This package implements fast sorting compatible with stable Rust. It also has (optional) support for efficient and robust sorting of floating point numbers.
This package provides FFI bindings for MozJPEG
v4. MozJPEG
is automatically built and linked statically. Requires nasm and a C compiler.
PEG provides a Parsing Expression Grammar. This package provides runtime support for rust-peg grammars. To use rust-peg, see the peg crate.
PEG provides a Parsing Expression Grammar. This package provides runtime support for rust-peg grammars. To use rust-peg, see the peg crate.
This package provides Async readiness traits. Those can be useful when implementing async state machines that can later be wrapped in dedicated futures.
This package can be used to automatically generate Rust FFI bindings to C and C++ libraries. This package provides the bindgen
command.
This package provides a substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
This package provides a substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with no_std support and support for mobile targets including Android and iOS
This crate is a Rust library for parsing and generating Human JSON Hjson. It is built upon Serde, a high performance generic serialization framework.
This package provides a Rust library to determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.
This package provides bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
This package provides a Rust library to determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.
This package provides bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data.
async-pidfd
provides Rust support for pidfd, and supports managing processes both synchronously (via the PidFd type) and asynchronously (via the AsyncPidFd type).