jmg049 / i24Links
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.
☆32Updated last month
Alternatives and similar repositories for i24
Users that are interested in i24 are comparing it to the libraries listed below
Sorting:
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Const TypeId and non-'static TypeId☆70Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Static-checked parsing of regexes into structs☆45Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- horrible serde macro stuff☆39Updated 2 years ago
- Compile-time regular expressions, the right way.☆81Updated 11 months ago
- Drop-in replacement for std::time for Wasm in browsers☆83Updated last year
- Threadsafe RefCell for Rust☆99Updated 10 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Mirror of Rust's allocator api for use on stable rust☆74Updated last month
- Obsessively tiny error derive macro☆86Updated last year
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 4 months ago
- Typed any map for rust☆67Updated last year
- A fast, lightweight and extensible implementation of a graph data structure.☆39Updated last year
- Macros for all your token pasting needs. Successor of paste☆67Updated last month
- Choose Rust types at compile-time via constants☆69Updated 2 years ago
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated last month
- Ansic is a modern, efficient and compile time ansi macro and utilities.☆57Updated 6 months ago
- ☆226Updated 6 months ago
- Automated GUI testing using accesskit☆78Updated 3 months ago
- A tiny ORM for CRUD operations built on top of SQLx QueryBuilder.☆53Updated 3 months ago
- Rust procedural macro attribute parser☆44Updated last year
- Rust data types and a macro for generating enumeration-based bit flags☆51Updated 2 months ago
- It executes futures☆57Updated 2 years ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 8 months ago
- A simple in-memory search for collections and key-value stores.☆81Updated last month
- Serde with Validation☆68Updated last month
- 🐱concat! with support for const variables and expressions☆47Updated 2 months ago
- Generate Rust enum variants without associated data☆99Updated 2 weeks ago