numscale 0.2.0

Trait for scaling numeric types by a floating point number at compile-time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "numscale"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Trait for scaling numeric types by a floating point number at compile-time"
repository = "https://github.com/sigurd4/numscale"
categories = ["no-std::no-alloc", "rust-patterns"]

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

[dependencies]