#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

#1946 in Rust patterns

Download history 106/week @ 2024-03-04 126/week @ 2024-03-11 90/week @ 2024-03-18 79/week @ 2024-03-25 108/week @ 2024-04-01 66/week @ 2024-04-08 88/week @ 2024-04-15 107/week @ 2024-04-22 62/week @ 2024-04-29 97/week @ 2024-05-06 91/week @ 2024-05-13 97/week @ 2024-05-20 77/week @ 2024-05-27 75/week @ 2024-06-03 103/week @ 2024-06-10 58/week @ 2024-06-17

322 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