bluebird 0.3.0

A library that defines common SKI combinators from Combinatory Logic.
Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • codereport

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_