### Disable std feature in Cargo.toml Source: https://github.com/reem/rust-ordered-float/blob/master/README.md Example Cargo.toml configuration to use the ordered-float crate without requiring the Rust standard library. This is useful for no_std environments. ```toml [dependencies] ordered-float = { version = "5.0", default-features = false } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.