Skip to content

A Rust library providing a SporePrint trait and derive macro for immutable string representations.

License

Notifications You must be signed in to change notification settings

fungal-lang/spore-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust library providing a SporePrint trait and derive macro for immutable string representations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages