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.
78#![warn(missing_docs)]
9#![warn(clippy::all)]