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 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 a Rust library to determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.
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.
This library provides a Rust binding to the original implementation of webview, a tiny cross-platform library to render web-based GUIs as desktop applications.
Rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon.
Rustc-rayon is a fork of the Rayon crate. It adds a few "in progress" features that rustc is using, mostly around deadlock detection. These features are not stable and should not be used by others -- though they may find their way into rayon proper at some point. In general, if you are not rustc, you should be using the real rayon crate, not rustc-rayon.
This package provides a crate for decoding and encoding the header part of gzip files based on the gzip header implementation in the flate2
crate.
This package provides a crate for decoding and encoding the header part of gzip files based on the gzip header implementation in the flate2
crate.
This package provides a fast (zero-copy) and safe (dedicated) format for storing tensors safely, named safetensors. They aim to be safer than their PyTorch
counterparts.
rust-stakeholder
is a joke program that generates nonsensical terminal output so one can look busy. Comes in different developer flavours and varying levels of jargon.
This crate provides arithmetic and aggregation kernels for Apache Arrow. Examples include time-related functions, logical operations for booleans, arithmetic functions such as addition and various aggregation functions.
This package provides a tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
A pure rust replacement for the miniz DEFLATE/zlib encoder/decoder. Using flate2
with the rust_backend
feature provides an easy to use streaming API for miniz_oxide.
This package provides a stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API.
This package provides a stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API.
This package provides provides a `MaybeOwned`
(and `MaybeOwnedMut`
) type similar to std's `Cow` but it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
.