fp-macros 0.4.0

Procedural macros for generating and working with Higher-Kinded Type (HKT) traits in the fp-library crate.
Documentation

fp-macros

crates.io docs.rs GitHub License

Procedural macros for the fp-library crate.

This crate provides a suite of macros designed to facilitate working with Higher-Kinded Types (HKT) in Rust. It automates the generation of Kind traits, simplifies their implementation for specific Brand types, and provides a convenient syntax for type application.

Installation

Add this to your Cargo.toml:

[dependencies]
fp-macros = "0.4"

Note: If you are using fp-library, these macros are already re-exported at the crate root. You only need to add this dependency if you are using the macros independently.

License

This project is licensed under the Blue Oak Model License 1.0.0.