- spore-print: A Rust library for generating consistent and immutable string representations of various types.
- spore-print-derive: A custom derive macro for the
SporePrint
trait from thespore-print
crate.
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.1.1"
spore-print-derive = "0.1.1"
For detailed usage instructions, see the individual crate-level README.md files:
This project is licensed under the GPL-3 license.
Contributions are welcome! Please see the CONTRIBUTING.md for details.