rusty-value 0.6.0

Create a generic inspectable value from any rust type
Documentation
1
2
3
4
#[cfg(feature = "json")]
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
/// Implements converting the [crate::Value] into a [serde_json::Value].
pub mod into_json;