- spore-print: A Rust library for generating consistent and immutable string representations of various types.
- spore-print-derive: A custom derive macro for the
SporePrinttrait from thespore-printcrate.
spore-print is a Rust library for generating consistent and immutable string representations of various types.
For more information, see the spore-print README.
spore-print-derive provides a custom derive macro for the SporePrint trait from the spore-print crate.
For more information, see the spore-print-derive README.
To use both crates in your project, add the following to your Cargo.toml:
[dependencies]
spore-print = "0.2.2"
spore-print-derive = "0.2.2"For detailed usage instructions, see the individual crate-level README.md files:
This project is licensed under the MIT license.
Contributions are welcome! Please see the CONTRIBUTING.md for details.