fmap

Crates.iofmap
lib.rsfmap
version0.8.3
sourcesrc
created_at2023-06-04 09:57:52.577282
updated_at2023-06-15 06:30:55.02768
descriptionFunctors in Rust
homepage
repositoryhttps://github.com/JanBeh/fmap
max_upload_size
id882084
size61,034
Jan Behrens (JanBeh)

documentation

README

Functors (and Monads) in Rust

This crate provides functors and monads in Rust. The API is designed to allow additional bounds on inner types, thus allowing implementation of a common Functor trait for all collections in std::collections, including those which have an Eq + Hash or an Ord bound on their relevant methods.

Also included in this crate are Functor and Monad implementations for boxed iterators, futures, and functions.

Commit count: 122

cargo fmt