GotenJBZ / safe-math-rsLinks
Safe arithmetic in Rust using a procedural macro. Write normal math expressions with automatic overflow checks. No panics, no boilerplate.
☆40Updated 6 months ago
Alternatives and similar repositories for safe-math-rs
Users that are interested in safe-math-rs are comparing it to the libraries listed below
Sorting:
- codesort sorts code☆99Updated last month
- Yet another string type for Rust☆91Updated 3 weeks ago
- Macros for accessing your type's documentation at runtime.☆65Updated last month
- Eager evaluation of macros like `concat!` and `env!`☆41Updated 2 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 2 weeks ago
- Ansic is a modern, efficient and compile time ansi macro and utilities.☆57Updated 6 months ago
- A Rust code linter☆213Updated last year
- Command-running macro for Rust☆35Updated last year
- Static-checked parsing of regexes into structs☆45Updated last year
- Automatically declare a trait given an impl block.☆26Updated 3 weeks ago
- A compile-time pattern matching library that reverses the interpolation process of `format!`.☆158Updated this week
- A self-contained Rust reimplementation of uroman, a universal romanizer.☆36Updated 2 months ago
- A more compact help renderer for clap terminal applications☆90Updated 4 months ago
- An alternate Cargo registry using static files☆135Updated 2 months ago
- Cargo subcommand to sort derive attributes 📦☆62Updated last week
- Include your assets statically into your application with a strict structure☆93Updated last month
- Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`☆111Updated last week
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated last month
- Program startup and thread support written in Rust☆198Updated 2 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated 2 weeks ago
- ☆73Updated this week
- The prettier pattern-matching parser with automatic error recovery☆153Updated 2 months ago
- A Rust macro to make enums with a subset of values of the parent☆130Updated 3 months ago
- Cargo command to create the README.md from your crate's documentation☆170Updated last month
- Build nice REPLs using clap and reedline with zero effort☆76Updated 8 months ago
- Prototype of wasm code splitting with lazy async loading, see https://github.com/rustwasm/wasm-bindgen/issues/3939☆53Updated last year
- A simple and lightweight Cargo plugin for using nFPM from any Rust project.☆25Updated 3 weeks ago
- Autogenerate Markdown documentation for clap command-line tools☆93Updated 8 months ago
- Generate Rust enum variants without associated data☆99Updated 2 months ago
- Async, lock-free synchronization primitives for task wakeup☆49Updated last year