All this does is make bit masking operations a bit prettier.
Simple and relatively fast u8 -> char stream implementation
A small QR code generation project I made to dip my toes into rust again after several years of absence.
Building blocks for a hibitset based ECS library
Use bitsized types as if they were a feature of rust.
Use bitsized types as if they were a feature of rust.
disarm64 provides a tool and a library for decoding ARM64 instructions (at least 250 MiB/sec of the decoding speed is delivered on a laptop that is used for development). Here you will also find a utility for generating disassembler/instruction decoder tables in Rust from a JSON file. Besides that, can visualize the instruction decoding as a tree.
disarm64 provides a tool and a library for decoding ARM64 instructions (at least 250 MiB/sec of the decoding speed is delivered on a laptop that is used for development). Here you will also find a utility for generating disassembler/instruction decoder tables in Rust from a JSON file. Besides that, can visualize the instruction decoding as a tree.
A ring buffer implementation optimized for working with slices
A Snowflake-style ID generator library with newtype-driven design
Rich text and beautiful formatting in the terminal — a Rust port of Python's Rich library
Efficient implementation of bit-fields where several numbers are packed within a larger number and bit-enums. Useful for drivers, so it works in no_std environments