#functional-programming #purely #data #structure #bind #

nightly rust-fp-pfds

A Functional Programming Library in Rust, Purely Functional Data Structure

3 releases

0.0.4 Dec 12, 2020
0.0.2 Dec 9, 2020
0.0.1 Dec 3, 2020

#1429 in Data structures

Download history 55/week @ 2023-12-10 16/week @ 2023-12-17 18/week @ 2023-12-24 10/week @ 2023-12-31 11/week @ 2024-01-07 22/week @ 2024-01-14 20/week @ 2024-01-21 14/week @ 2024-01-28 21/week @ 2024-02-04 35/week @ 2024-02-11 41/week @ 2024-02-18 62/week @ 2024-02-25 48/week @ 2024-03-03 58/week @ 2024-03-10 39/week @ 2024-03-17 34/week @ 2024-03-24

185 downloads per month
Used in 2 crates (via chronos-parser-rs)

Custom license

30KB
981 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 -

Dependencies