yash-semantics

Crates.ioyash-semantics
lib.rsyash-semantics
version
sourcesrc
created_at2024-04-13 03:42:40.090695
updated_at2024-12-14 03:53:59.924995
descriptionYash shell language semantics
homepage
repositoryhttps://github.com/magicant/yash-rs
max_upload_size
id1207352
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
WATANABE Yuki (magicant)

documentation

README

Yash-semantics

yash-semantics is a Rust library crate that implements the semantics of the shell command language used in yash.

yash-semantics at crates.io yash-semantics at docs.rs Build status

License

This crate is distributed under GPLv3.

Commit count: 2992

cargo fmt