Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.57 KB
SporePrint Logo

SporePrint: Immutable Representation for Rust Types

The SporePrint project consists of two crates:

  1. spore-print: A Rust library for generating consistent and immutable string representations of various types.
  2. spore-print-derive: A custom derive macro for the SporePrint trait from the spore-print crate.

Crates

spore-print

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

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.

Installation

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"

Usage

For detailed usage instructions, see the individual crate-level README.md files:

License

This project is licensed under the GPL-3 license.

Contribution

Contributions are welcome! Please see the CONTRIBUTING.md for details.