0.1.10 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseThis crate computes the decimal representation of the single rational number whose value is mathematically equal to a given float.
Note that this is almost never an appropriate way to print user-facing values. For that, use the ryu crate instead.
[dependencies]
precise = "0.1"fn main() {
// 0.1000000000000000055511151231257827021181583404541015625
println!("{}", precise::to_string(0.1));
}