bluebird

Crates.iobluebird
lib.rsbluebird
version0.3.0
sourcesrc
created_at2023-08-16 13:02:34.843755
updated_at2023-08-17 00:00:16.837802
descriptionA library that defines common SKI combinators from Combinatory Logic.
homepage
repository
max_upload_size
id945791
size4,959
Conor Hoekstra (codereport)

documentation

README

bluebird

bluebird is a Rust library that provides SKI combinators from Combinatory Logic and common unary and binary functions that are often used with these combinators. It is the spritual equivalent of the C++ blackbird library.

image

How to use with Cargo:

[dependencies]
bluebird = "0.3.0"

How to use in your crate:

use bluebird;

Current combinators and functions provided:

  • phi1!
  • _L_
  • _MAX_
  • _MIN_
  • _MUL_
  • _PLUS_
  • _R_
Commit count: 0

cargo fmt