fp-macros
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:
[]
= "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.