[go: up one dir, main page]

libm 0.2.15

libm in pure Rust
Documentation
[dev-dependencies.no-panic]
version = "0.1.35"

[features]
arch = []
default = ["arch"]
force-soft-floats = []
unstable = ["unstable-intrinsics", "unstable-float"]
unstable-float = []
unstable-intrinsics = []
unstable-public-internals = []

[lib]
name = "libm"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(feature, values("compiler-builtins"))']
level = "warn"
priority = 0

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std"]
description = "libm in pure Rust"
documentation = "https://docs.rs/libm"
edition = "2021"
keywords = ["libm", "math"]
license = "MIT"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/compiler-builtins"
rust-version = "1.63"
version = "0.2.15"