Crate timrs_hkt_macro

source ·
Expand description

§Tim.rs: hkt_macro

Latest Version Test Lint Code Standards

Tim.rs’ hkt_macro is a Rust library that helps you emulate Higher-Kinded Types (HKTs) using traits. It makes it easier to handle more advanced type scenarios and create flexible, reusable code. If you need HKTs in Rust, hkt_macro can be a handy tool.

§Table of Contents

§Install

Run the following command to install the hkt_macro crate:

$ cargo install timrs_hkt_macro

§Documentation

You can find the documentation for timrs_hkt_macro here, it provides all the information you need to get started

§Acknowledgments

Thanks Massimiliano Tomassoli for the original implementation of this Higher-Kinded Type emulation system.

Macros§

  • Macro for defining a Higher-Kinded Type of a specific arity.

Derive Macros§