angulus 0.2.0

Types for angle manipulation
Documentation
[package]
name = "angulus"
version = "0.2.0"
edition = "2021"
authors = ["Tristan Guichaoua"]
description = "Types for angle manipulation"
keywords = ["utility", "angle", "math", "wrapper"]
categories = ["data-structures", "mathematics", "value-formatting"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/tguichaoua/angulus"

exclude = [".github/"]

[dependencies]
serde = {version = "1", optional = true}

[dev-dependencies]
float_eq = "1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"