Marker trait for types that deref to an address that is aliasable when coerced to a raw pointer
A highly parallel Perl 5 interpreter written in Rust
`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.
A thin newtype wrapper for `petgraph` to assist in the creation of graphs with restrictions on their edges
Dependency injection system for Reinhardt, inspired by FastAPI
Extensions for Bevy's queries
Efficient shared container types
This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)
Secure wrappers for secrets with explicit access and mandatory zeroization — no_std-compatible, zero-overhead library with audit-friendly access patterns.
A lightweight rules engine for building IFTTT-style automation and data processing pipelines in Rust. Define rules with JSONLogic conditions, execute actions, and chain workflows.
A generic implementation of double-buffering.
Procedural macros for BorrowScope ownership tracking