Skip to main content

bare_script/
lib.rs

1// bare-script
2//
3// The type-safe scripting authority for Rust.
4//
5// This crate provides a framework for building robust shell commands
6// and automation with 'Parse, don't validate' philosophy.
7
8#![warn(missing_docs)]
9#![warn(clippy::all)]