higher-kinded-types 0.1.1

"Generic generics" / higher-kinded APIs in stable Rust
Documentation
# `::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 <code>[ForLifetime]</code> trait for more info.

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

<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->