#functional-programming #monads #monoid #pure #bind #functor #semigroup

nightly rust-fp-categories

A Functional Programming Library in Rust, Category

5 releases

0.0.5 Dec 12, 2020
0.0.4 Dec 12, 2020
0.0.3 Dec 9, 2020
0.0.2 Dec 8, 2020
0.0.1 Dec 3, 2020

#1818 in Rust patterns

Download history 45/week @ 2024-07-19 116/week @ 2024-07-26 58/week @ 2024-08-02 52/week @ 2024-08-09 33/week @ 2024-08-16 43/week @ 2024-08-23 54/week @ 2024-08-30 32/week @ 2024-09-06 31/week @ 2024-09-13 70/week @ 2024-09-20 64/week @ 2024-09-27 66/week @ 2024-10-04 72/week @ 2024-10-11 56/week @ 2024-10-18 41/week @ 2024-10-25 42/week @ 2024-11-01

221 downloads per month
Used in 6 crates (3 directly)

Custom license

16KB
555 lines

rust-fp

rust-fp is a library for functional programming in Rust.

Install

[dependencies]
rust-fp-categories = "0.0.1"
rust-fp-pfds = "0.0.1"

Type-classes for categories

type-class j5ik2o/rust-fp JasonShin/fp-core.rs kitfre/Kinder 14427/hkt.rs aoprisan/func
Functor -
Pure - - -
Apply - - -
Applicativie(Pure+Apply) -
Bind - - -
Monad(Applicative+Bind) -
Empty - - -
Semigroup - - -
Monoid(Empty+Semigroup) -
Foldable - -
Show - - - -
HList - - - -
TailRec - - - -

Purely functional data structures

data name j5ik2o/rust-fp aoprisan/func
Stack -
Set -
Lazy -
IO -
Free -
Computation -

No runtime deps