Crate fp_rust[][src]

Modules

common

In this module, there're many traits/structs and fns defined, for general purposes crossing over many modules of fpRust.

cor

In this module there're implementations & tests of Cor.

fp

In this module there're implementations & tests of general functional programming features.

handler

In this module there're implementations & tests of Handler. (Inspired by Android Handler)

maybe

In this module there're implementations & tests of Maybe.

monadio

In this module there're implementations & tests of MonadIO. It's inspired by Rx & MonadIO in Haskell

publisher

In this module, there're implementations & tests of Publisher

sync

In this module there're implementations & tests of general async handling features.

Macros

compose

Compose functions.