[dependencies.smooth-operator-impl]
version = "0.7"
[features]
default = ["std"]
std = []
[lib]
name = "smooth_operator"
path = "src/lib.rs"
[package]
authors = ["Heliax AG <hello@heliax.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "rust-patterns", "mathematics"]
description = "Procedural macro that transforms regular infix arithmetic expressions into checked arithmetic expressions."
edition = "2021"
keywords = ["checked", "arithmetic", "overflow", "no-panic"]
license = "MIT"
name = "smooth-operator"
readme = "README.md"
repository = "https://github.com/anoma/smooth-operator"
version = "0.7.2"