Docs.rs
sauce-0.9.0
sauce 0.9.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
DanCardin
Dependencies
ansi_term ^0.12
normal
anyhow ^1.0.35
normal
atty ^0.2.14
normal
clap ^4.3.3
normal
comfy-table ^5.0.0
normal
corpus ^0.2.1
normal
etcetera ^0.3.2
normal
glob ^0.3.0
normal
indexmap ^1.6.1
normal
itertools ^0.10.0
normal
once_cell ^1.8.0
normal
path-absolutize ^3.0.6
normal
serde ^1.0
normal
snailquote ^0.3.1
normal
subprocess ^0.2.6
normal
toml_edit ^0.2.0
normal
assert_cmd ^1.0.3
dev
indoc ^1.0
dev
predicates ^1.0.7
dev
pretty_assertions ^1.2.1
dev
Versions
15.26%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
sauce/cli/
mod.rs
1
pub mod
run;
2
pub mod
shape;
3
pub mod
utilities;
4
5
pub use
run::run;