normal_map 0.1.1

A struct that maps a range of values to the normalized range [0.0, 1.0]
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Normal Mapper
![Test](https://github.com/BillyDM/normal_map/workflows/Test/badge.svg)
[![Documentation](https://docs.rs/normal_map/badge.svg)][documentation]
[![Crates.io](https://img.shields.io/crates/v/normal_map.svg)](https://crates.io/crates/normal_map)
[![License](https://img.shields.io/crates/l/normal_map.svg)](https://github.com/BillyDM/normal_map/blob/master/LICENSE)

A Rust helper than maps ranges of values to the normalized range [0.0, 1.0], useful for DSP applications.

(prerelease)

[documentation]: https://docs.rs/normal_map/