std::fmt::Debug与sval::Value之间的集成
作者:Ashley Mannix 和 4位贡献者
#2068 在 编码
563,279 每月下载量用于 7 个crate (3 直接)
150KB 4K SLoC
sval_fmt
使用std::fmt基础设施实现sval::Value的格式化。
lib.rs
将任何 sval::Value 作为 core::fmt::Debug 处理。
sval::Value
core::fmt::Debug
此crate提供了ToFmt,它是对任何sval::Value的包装,使用与继承core::fmt::Debug相同的输出格式化。
ToFmt
~76KB