time::parsing::iso8601

Function round

source
fn round(value: f64) -> f64
Expand description

Round wrapper that uses hardware implementation if std is available, falling back to manual implementation for no_std