jmg049 / i24
`i24` provides a 24-bit signed integer type for Rust, filling the gap between `i16` and `i32`. This type is particularly useful in audio processing, certain embedded systems, and other scenarios where 24-bit precision is required but 32 bits would be excessive.
☆18Updated 3 weeks ago
Alternatives and similar repositories for i24:
Users that are interested in i24 are comparing it to the libraries listed below
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆68Updated last month
- Hitori is a generic regular expressions library.☆51Updated last year
- horrible serde macro stuff☆39Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Rust API stability attributes for the rest of us.☆30Updated 6 months ago
- Rust GUI library.☆18Updated 6 months ago
- Exhaustive iteration trait in Rust☆13Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆35Updated 2 months ago
- Efficient byte-stream pipe buffer☆42Updated 6 months ago
- Minimalist Rust syntax parsing for procedural macros☆64Updated 8 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- A more powerful replacement for standard macros☆33Updated last month
- ☆36Updated last year
- Use winit like the async runtime you've always wanted☆48Updated 7 months ago
- A unique 2D-pixel art renderer with heightmaps to simulate 3d shadows and reflections☆36Updated 5 months ago
- Serde-based replacement for #[derive(Debug)]☆65Updated 4 months ago
- A proc macro for creating compile-time checked CSS class sets, in the style of classNames☆16Updated 2 years ago
- `smol` integrations with `hyper`☆14Updated 3 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- A concise, self-describing binary format written in Rust for Serde☆63Updated 5 months ago
- Strongly typed vector math with glam☆25Updated 3 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 2 weeks ago
- A generic media layer for graphics, IO, and audio for desktop and the browser☆18Updated 6 months ago
- Obsessively tiny error derive macro☆85Updated last month
- Async, lock-free synchronization primitives for task wakeup☆42Updated 4 months ago
- An easy-to-use, incremental, multi-threaded garbage collector for Rust☆10Updated 5 months ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆36Updated 8 months ago
- Imitate the documentation build that docs.rs would do☆43Updated last week
- Const TypeId and non-'static TypeId☆58Updated last week