| 1 | [package] |
|---|---|
| 2 | name = "core_maths" |
| 3 | version = "0.1.1" |
| 4 | description = "Extension trait for full float functionality in `#[no_std]` backed by `libm`." |
| 5 | authors = ["Robert Bastian <me@robertbastian.dev"] |
| 6 | repository = "https://github.com/robertbastian/core_maths" |
| 7 | categories = ["no-std", "mathematics", "api-bindings"] |
| 8 | license = "MIT" |
| 9 | |
| 10 | [dependencies] |
| 11 | libm = "0.2" |
| 12 |
