12345678910111213 |
- [package]
- name = "num"
- version = "0.1.0"
- authors = ["The Rust Project Developers"]
- license = "MIT/Apache-2.0"
- homepage = "https://github.com/rust-lang/num"
- repository = "https://github.com/rust-lang/num"
- keywords = ["mathematics", "numerics"]
- description = """
- Simple numerics. This crate contains basic arbitrary-sized integer,
- rational, and complex types.
- """
|