tree-to-archive
Create an archive from an fs tree macro or YAML.
Usage Example
use ;
let tree: = dir! ;
let archive_data: = tree.build_tar.unwrap;
Documentation
See docs.rs.
Create an archive from an fs tree macro or YAML.
use ;
let tree: = dir! ;
let archive_data: = tree.build_tar.unwrap;
See docs.rs.