https://github.com/tokio-rs/valuable
https://github.com/tokio-rs/valuable
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokio-rs/valuable
- Owner: tokio-rs
- License: mit
- Created: 2021-03-10T05:40:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T07:07:36.000Z (3 months ago)
- Last Synced: 2025-05-12T10:23:40.015Z (about 1 month ago)
- Language: Rust
- Size: 304 KB
- Stars: 207
- Watchers: 16
- Forks: 21
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Valuable
Valuable provides object-safe value inspection. Use cases include passing
structured data to trait objects and object-safe serialization.## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Valuable by you, shall be licensed as MIT, without any additional
terms or conditions.