[features]
default = []
[lib]
bench = false
doctest = false
harness = false
name = "rdsmath"
path = "src/lib.rs"
test = false
[package]
authors = ["MikeLanDSBR <contato@mikelandsbr.com.br>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "mathematics"]
description = "Minimal math library for no_std environments - RedstoneOS"
documentation = "https://docs.rs/rdsmath"
edition = "2021"
keywords = ["math", "no_std", "trigonometry", "redstone", "embedded"]
license = "MIT"
name = "rdsmath"
readme = "README.md"
repository = "https://github.com/redstone-os/rdsmath"
version = "0.1.0"