timrs_hkt_macro

Crates.iotimrs_hkt_macro
lib.rstimrs_hkt_macro
version1.1.0-rc.6
sourcesrc
created_at2024-05-22 04:29:06.680996
updated_at2024-05-28 05:09:46.227573
descriptionRust Higher-Kinded Types emulation procedural macros.
homepage
repositoryhttps://github.com/DiCaius/Tim.rs
max_upload_size
id1247469
size19,802
Caio Ribeiro dos Santos Moreira (DiCaius)

documentation

README

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.

Commit count: 21

cargo fmt