smooth-operator 0.7.2

Procedural macro that transforms regular infix arithmetic expressions into checked arithmetic expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "smooth-operator"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
description.workspace = true
keywords.workspace = true
categories.workspace = true

[features]
default = ["std"]
std = []

[dependencies]
smooth-operator-impl = { version = "0.7", path = "../smooth-operator-impl" }