| Crates.io | bluebird |
| lib.rs | bluebird |
| version | 0.3.0 |
| created_at | 2023-08-16 13:02:34.843755+00 |
| updated_at | 2023-08-17 00:00:16.837802+00 |
| description | A library that defines common SKI combinators from Combinatory Logic. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 945791 |
| size | 4,959 |
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.
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_