num-integer 0.1.44

Integer traits and functions
Documentation
[build-dependencies.autocfg]
version = "1"
[dependencies.num-traits]
default-features = false
version = "0.2.11"

[features]
default = ["std"]
i128 = ["num-traits/i128"]
std = ["num-traits/std"]

[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
categories = ["algorithms", "science", "no-std"]
description = "Integer traits and functions"
documentation = "https://docs.rs/num-integer"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
homepage = "https://github.com/rust-num/num-integer"
keywords = ["mathematics", "numerics"]
license = "MIT OR Apache-2.0"
name = "num-integer"
readme = "README.md"
repository = "https://github.com/rust-num/num-integer"
version = "0.1.44"
[package.metadata.docs.rs]
features = ["std"]