const_ops 0.2.0

const-ready version of core::ops / std::ops arithmetic traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "const_ops"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-only"
description = "const-ready version of core::ops / std::ops arithmetic traits"
repository = "https://github.com/haennes/const_ops"
homepage = "https://github.com/haennes/const_ops"
documentation = "https://docs.rs/const_ops"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]