denim-0.1.0 is not a library.
Denim is an alternative way to make and run Rust "scripts" with focus on minimal runtime overhead and ease of script development.
Features
- Tool set to create, build and tests scripts without interrupting callers.
- Full real-time output of
cargocommand runs. - Support for
Cargo.tomldefinitions within script source. - Sensible script templates.
- Very low execution overhead after script was built.
- #! support.
Non-goals
- Run inline scripts - use
cargo script(er)for this. - Non Linux support.
Example
Crate new minimal script and execute it.
Crate new Cotton prelude script and execute it.
Rebuild and run script after making changes.
Run tests.
Check script.