//! Wrapper around David Tolnay's ryu.
use raw;
use *;
// F32
// Wrapper for ryu.
//
// `f` must be non-special (NaN or infinite), non-negative,
// and non-zero.
perftools_inline!
// F64
// Wrapper for ryu.
//
// `d` must be non-special (NaN or infinite), non-negative,
// and non-zero.
perftools_inline!