A Rust derive macro that generates a `dissolve(self)` method for structs, converting them into structs with all fields made public, with support for field skipping and renaming.
Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT).
For more details, see [docs.rs/dissolve-derive](https://docs.rs/dissolve-derive).