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
Related projects ⓘ
Alternatives and complementary repositories for i24
- A unique 2D-pixel art renderer with heightmaps to simulate 3d shadows and reflections☆35Updated 3 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆58Updated 3 months ago
- Imitate the documentation build that docs.rs would do☆40Updated this week
- horrible serde macro stuff☆38Updated last year
- Obsessively tiny error derive macro☆84Updated 4 months ago
- Efficient byte-stream pipe buffer☆39Updated 4 months ago
- Rust embedded scripting languages benchmark☆44Updated 2 weeks ago
- GUI viewer for cargo metadata☆20Updated last month
- A Rust library for runtime-checked linearish types☆31Updated last year
- For when you really, really just want to know that your config changed☆14Updated last year
- ☆28Updated last month
- Derive macro for encoding/decoding instructions and operands as bytecode☆15Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 weeks ago
- RXI's microui ported to rust (not a binding)☆40Updated 10 months ago
- Strongly typed vector math with glam☆22Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 4 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- A Rustified OpenCL Experience☆47Updated last year
- Exhaustive iteration trait in Rust☆14Updated 3 weeks ago
- State machine pattern for Rust☆28Updated last week
- Human readable strings☆13Updated 7 months ago
- A radioactive stabilization of the ptr_meta RFC.☆21Updated 2 months ago
- A More dynamic Hash and Hasher trait for Rust☆10Updated 3 weeks ago
- Choose Rust types at compile-time via constants☆61Updated 9 months ago
- Use winit like the async runtime you've always wanted☆47Updated 5 months ago
- The quickest way to override dependencies with Cargo☆42Updated this week
- Cross-platform, endian-aware primitives for Rust☆32Updated last month
- A proc macro for creating compile-time checked CSS class sets, in the style of classNames☆15Updated last year
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆39Updated 2 months ago