const-arithmetic 1.0.2

Exploits Rust's type generic system to perform integer arithmetics at compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "const-arithmetic"
version = "1.0.2"
edition = "2021"
authors = ["Darin Chau <yfdchau@connect.ust.hk>"]
license = "MIT"
keywords = ["const", "generics", "compile-time", "integer", "arithmetic"]
categories = ["algorithms", "mathematics"]
description = "Exploits Rust's type generic system to perform integer arithmetics at compile time."
homepage = "https://github.com/darinchau/const-arithmetic"
repository = "https://github.com/darinchau/const-arithmetic"
readme = "README.md"

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

[dependencies]
const-arith-macros-178 = { version = "~0.1.0", path = "./const-arith-macros"}