A generic rust value
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.
Julius Riegel caa21529a0
Create LICENSE
2 years ago
derive Add package metadata 2 years ago
src Add package metadata 2 years ago
tests Add derive macro for enums 2 years ago
.gitignore Add derive macro for structs 2 years ago
Cargo.toml Add package metadata 2 years ago
LICENSE Create LICENSE 2 years ago
README.md Add package metadata 2 years ago

README.md

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.