| Crates.io | xrust_calclib |
| lib.rs | xrust_calclib |
| version | 0.1.0 |
| created_at | 2025-06-12 15:35:51.107983+00 |
| updated_at | 2025-06-12 15:35:51.107983+00 |
| description | A Rust calculator library with floatingâpoint arithmetic and error handling |
| homepage | |
| repository | https://github.com/62Xenon/ISPP60days-Challenge/tree/main/DAY_12/xrust_calclib |
| max_upload_size | |
| id | 1709938 |
| size | 5,518 |
A Rust calculator library with floating-point arithmetic and error handling.
xrust_calclib provides basic and advanced arithmetic operations on f64 values, with idiomatic Rust error handling.
It supports:
Result-based divide-by-zero checksAdd this to your Cargo.toml:
[dependencies]
xrust_calclib = "0.1.0"
# with fancy output
xrust_calclib = { version = "0.1.0", features = ["fancy"] }