angulus 0.1.0

A wrapper for angle with unit convertion
Documentation
[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["Tristan Guichaoua"]
categories = ["data-structures", "mathematics", "value-formatting"]
description = "A wrapper for angle with unit convertion"
edition = "2021"
exclude = [".github/"]
keywords = ["utility", "angle", "math", "wrapper"]
license = "MIT OR Apache-2.0"
name = "angulus"
readme = "README.md"
repository = "https://github.com/tguichaoua/angulus"
resolver = "2"
version = "0.1.0"