[dependencies.libm]
version = "0.2"
[lib]
name = "core_maths"
path = "src/lib.rs"
[package]
authors = ["Robert Bastian <me@robertbastian.dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "mathematics", "api-bindings"]
description = "Extension trait for full float functionality in `#[no_std]` backed by `libm`."
license = "MIT"
name = "core_maths"
readme = "README.md"
repository = "https://github.com/robertbastian/core_maths"
version = "0.1.1"