map-range 0.1.0

map a value from a range to another range
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.num-traits]
version = "0.2.15"
[dev-dependencies.rand]
version = "0.8.5"

[package]
categories = ["mathematics", "no-std", "game-development", "algorithms"]
description = "map a value from a range to another range"
documentation = "https://docs.rs/map-range"
edition = "2021"
keywords = ["map", "range", "math", "remap"]
license = "MIT"
name = "map-range"
readme = "README.md"
repository = "https://github.com/Overpeek/map-range"
version = "0.1.0"