A couple of traits on tuples that allow inductively building new traits
Traits for viewing data as byte slices or consuming data into byte vectors. Relies on bytemuck for POD safety.
a proc_macro for making a bunch of traits for tuples up to a fixed size
`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.
Convenience macros to help with the "bundle multiple generic params with a helper trait" pattern
ZKsync data access layer
Efficient, SVM-friendly implementations of common Secp256k1 functions
STAM is a library for dealing with standoff annotations on text, this is the python binding.
Drew's very fast ObjC Rust bindings
High-performance, width-aware bit manipulation around a single Bits<T> newtype.
Customize your struct layout with this one weird trick.
Clubcard is an exact membership query filter for static sets