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

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

#1986 in Rust patterns

Download history 49/week @ 2023-12-18 44/week @ 2023-12-25 28/week @ 2024-01-01 39/week @ 2024-01-08 55/week @ 2024-01-15 50/week @ 2024-01-22 39/week @ 2024-01-29 58/week @ 2024-02-05 85/week @ 2024-02-12 71/week @ 2024-02-19 105/week @ 2024-02-26 106/week @ 2024-03-04 126/week @ 2024-03-11 90/week @ 2024-03-18 79/week @ 2024-03-25 131/week @ 2024-04-01

443 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