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 3 weeks ago
Alternatives and similar repositories for i24
Users that are interested in i24 are comparing it to the libraries listed below
Sorting:
- Const TypeId and non-'static TypeId☆69Updated last week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated this week
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated last year
- horrible serde macro stuff☆39Updated 2 years ago
- Obsessively tiny error derive macro☆87Updated 10 months ago
- 🦕 Add dyn compatible variant to your async trait!☆70Updated 2 months ago
- Static-checked parsing of regexes into structs☆45Updated last year
- ☆26Updated 2 years ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆64Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆32Updated last week
- Compile-time regular expressions, the right way.☆81Updated 9 months ago
- ☆21Updated 5 months ago
- Threadsafe RefCell for Rust☆97Updated 8 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- Mirror of Rust's allocator api for use on stable rust☆70Updated 2 months ago
- Typed any map for rust☆67Updated 11 months ago
- Minimal TOML library with few dependencies☆83Updated 8 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- Drop-in replacement for std::time for Wasm in browsers☆82Updated 10 months ago
- Serde with Validation☆60Updated 8 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆86Updated last month
- ☆218Updated 4 months ago
- Automated GUI testing using accesskit☆72Updated last month
- Macros for all your token pasting needs. Successor of paste☆54Updated last week
- Ansic is a modern, efficient and compile time ansi macro and utilities.☆57Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- A tiny ORM for CRUD operations built on top of SQLx QueryBuilder.☆52Updated last month
- Create extensions for types you don't own with extension traits but without the boilerplate☆130Updated 2 years ago
- An alternate Cargo registry using static files☆134Updated last month