assemble-std 0.2.0

The standard library for assemble
Documentation
1
2
3
4
5
6
//! The standard library tasks. Defines important tasks like `Exec` and `Dupe`

pub mod exec;
pub mod files;
pub mod web;
pub mod wrapper;