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.
☆19Updated 2 months 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.☆70Updated last month
- ☆37Updated last year
- horrible serde macro stuff☆39Updated last year
- Exhaustive iteration trait in Rust☆14Updated this week
- Use winit like the async runtime you've always wanted☆49Updated 9 months ago
- Obsessively tiny error derive macro☆85Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- Hitori is a generic regular expressions library.☆51Updated last year
- ☆54Updated last year
- Efficient byte-stream pipe buffer☆42Updated 8 months ago
- RXI's microui ported to rust (not a binding)☆41Updated last year
- A unique 2D-pixel art renderer with heightmaps to simulate 3d shadows and reflections☆36Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- A Rustified OpenCL Experience☆46Updated last year
- Rust GUI library.☆18Updated 7 months ago
- A Rust library for runtime-checked linearish types☆32Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated 9 months ago
- Const TypeId and non-'static TypeId☆61Updated 3 weeks ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- Imitate the documentation build that docs.rs would do☆49Updated 2 months ago
- Rust API stability attributes for the rest of us.☆29Updated 8 months ago
- State machine pattern for Rust☆29Updated 4 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- Show Typst documents in Egui☆15Updated last year
- ☆19Updated last year
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆37Updated 3 months ago
- A radioactive stabilization of the ptr_meta RFC.☆25Updated 2 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆43Updated 6 months ago
- Types to define keyboard related events.☆56Updated 2 weeks ago