You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Rusty Value
|
|
|
|
This crate adds a `RustyValue` trait that can be derived for all types (except unions)
|
|
to create a generic value that represents a rust value.
|
|
This can be used to implement serialization of types without having to rely on serde. |