Crates.io | timrs_hkt_macro |
lib.rs | timrs_hkt_macro |
version | 1.1.0-rc.6 |
source | src |
created_at | 2024-05-22 04:29:06.680996 |
updated_at | 2024-05-28 05:09:46.227573 |
description | Rust Higher-Kinded Types emulation procedural macros. |
homepage | |
repository | https://github.com/DiCaius/Tim.rs |
max_upload_size | |
id | 1247469 |
size | 19,802 |
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.
Run the following command to install the hkt_macro crate:
$ cargo install timrs_hkt_macro
You can find the documentation for timrs_hkt_macro here, it provides all the information you need to get started
Thanks Massimiliano Tomassoli for the original implementation of this Higher-Kinded Type emulation system.