dissolve-derive 0.1.4

derive macro for creating dissolved structs with public fields and optional field renaming
Documentation
1
2
3
4
5
6
7
# dissolve-derive

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).