# `shrinkwrap`
`shrinkwrap` is a Rust library to assist in automating the nesting, wrapping, and merging of alternate representations for arbitrary data structs.
E.g, conditionally rendering text/human-readable variants of common data in an API response object (such as: timestamps, numeric precision adjustments, currency exchange rate handling).
---
> [!WARNING]
> This is currently a work-in-progress.
> ---
> Documentation will be updated shortly.
## Links
- [crates.io](https://crates.io/crates/shrinkwrap/)
- [Documentation](https://docs.rs/shrinkwrap/)
- [Repository](https://github.com/kylekingcdn/shrinkwrap-rs)
## License
This project is licensed under the [MIT license](LICENSE.md).