Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielhenrymantilla/higher-kinded-types.rs

"Generic generics" / higher-kinded APIs in stable Rust.
https://github.com/danielhenrymantilla/higher-kinded-types.rs

gat higher-kinded-type hkt lending-iterator rust type-level-programming

Last synced: about 1 month ago
JSON representation

"Generic generics" / higher-kinded APIs in stable Rust.

Awesome Lists containing this project

README

        

# `::higher-kinded-types`

"Generic generics" / higher-kinded APIs in stable Rust.

[![Repository](https://img.shields.io/badge/repository-GitHub-brightgreen.svg)](
https://github.com/danielhenrymantilla/higher-kinded-types.rs)
[![Latest version](https://img.shields.io/crates/v/higher-kinded-types.svg)](
https://crates.io/crates/higher-kinded-types)
[![Documentation](https://docs.rs/higher-kinded-types/badge.svg)](
https://docs.rs/higher-kinded-types)
[![MSRV](https://img.shields.io/badge/MSRV-1.65.0-white)](
https://gist.github.com/danielhenrymantilla/8e5b721b3929084562f8f65668920c33)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](
https://github.com/rust-secure-code/safety-dance/)
[![License](https://img.shields.io/crates/l/higher-kinded-types.svg)](
https://github.com/danielhenrymantilla/higher-kinded-types.rs/blob/master/LICENSE-ZLIB)
[![CI](https://github.com/danielhenrymantilla/higher-kinded-types.rs/workflows/CI/badge.svg)](
https://github.com/danielhenrymantilla/higher-kinded-types.rs/actions)

See the documentation of the [ForLifetime] trait for more info.

[ForLifetime]: https://docs.rs/higher-kinded-types/0.2.0-rc1/higher-kinded-types/trait.ForLifetime.html