/*!
Treat any [`sval::Value`] as a [`core::fmt::Debug`].
This crate provides [`ToFmt`], a wrapper around any [`sval::Value`]
that formats it using the same output that you'd get if you
derived [`core::fmt::Debug`].
*/
extern crate alloc;
pub use ;
pub use stream_to_string;