bangle 0.5.0

Strongly-typed angles, specified in radians, degrees, rotations, or percentages.
Documentation
[dev-dependencies.approx]
version = "0.5.1"

[lib]
name = "bangle"
path = "src/lib.rs"

[package]
authors = ["Benji Flaming <rust@benjiflaming.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "mathematics", "no-std", "no-std::no-alloc"]
description = "Strongly-typed angles, specified in radians, degrees, rotations, or percentages."
edition = "2021"
keywords = ["angles", "conversion", "math", "gamedev"]
license = "MIT OR Apache-2.0"
name = "bangle"
readme = "README.md"
repository = "https://github.com/BenjiFlaming/bangle"
version = "0.5.0"

[[test]]
name = "angle_tests"
path = "tests/angle_tests.rs"

[[test]]
name = "degree_tests"
path = "tests/degree_tests.rs"

[[test]]
name = "math_tests"
path = "tests/math_tests.rs"

[[test]]
name = "percentage_tests"
path = "tests/percentage_tests.rs"

[[test]]
name = "radian_tests"
path = "tests/radian_tests.rs"

[[test]]
name = "rotation_tests"
path = "tests/rotation_tests.rs"