Crates.io | scallop |
lib.rs | scallop |
version | |
source | src |
created_at | 2022-09-16 20:57:19.623566 |
updated_at | 2024-11-28 17:09:37.050866 |
description | Wrapper library for bash |
homepage | https://github.com/pkgcraft/pkgcraft/tree/main/crates/scallop |
repository | https://github.com/pkgcraft/pkgcraft/tree/main/crates/scallop |
max_upload_size | |
id | 667754 |
Cargo.toml error: | TOML parse error at line 25, column 1 | 25 | 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` |
size | 0 |
Scallop wraps a forked version of bash supporting shell interactions (e.g. writing builtins or modifying variables, arrays, and functions) natively in rust.