eta-cli

Crates.ioeta-cli
lib.rseta-cli
version0.1.6
created_at2026-01-24 13:15:14.631575+00
updated_at2026-01-25 17:23:46.578241+00
descriptionCLI for the Eta calculus
homepage
repositoryhttps://github.com/DaBigBlob/eta-rs
max_upload_size
id2066659
size9,743
localbox (DaBigBlob)

documentation

README

CLI for the Eta calculus

Usage

CLI for the Eta calculus

Usage: eta [OPTIONS] [S-PAIR]

Arguments:
  [S-PAIR]  Literal S-pair input (unless --file is used)

Options:
  -f, --file <PATH>  Treat INPUT as a path to a file and read the S-pair from it
  -h, --help         Print help (see more with '--help')
  -V, --version      Print version

Installation

cargo install eta-cli

Note: Binary releases will be available later.

Build

cargo build -p eta-cli --release

Note: --target may be specified for crosscompilation.

Commit count: 49

cargo fmt