A complete harfbuzz shaping algorithm port to Rust.
A complete harfbuzz shaping algorithm port to Rust.
Secure wrappers for secrets with explicit access and mandatory zeroization — no_std-compatible, zero-overhead library with audit-friendly access patterns.
A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add`, `cargo rm`, and `cargo upgrade`.
A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable
Expansion and fixes based on bevy_ecss. Allows for using a slightly wider subset of CSS to interact with Bevy ECS. Now on Bevy 0.13!
Track CentOS Proposed Updates (CPU) SIG package state across Koji, GitLab, and JIRA
An experimental ECS world snapshot system built on Bevy, featuring structured archetype storage and manifest-based serialization.
Recursive zkSNARKs without trusted setup
Weld is a language and runtime for improving the performance of data-intensive applications.
Rust port of C++ llvm::APFloat library