4 releases
0.1.3 | May 20, 2021 |
---|---|
0.1.2 | Apr 27, 2021 |
0.1.1 | Apr 27, 2021 |
0.1.0 | Apr 27, 2021 |
#18 in #maker
18KB
428 lines
Image Maker
用于快速将指定文件夹打包成镜像,内部的文件系统默认是 TianMu。如果你想要定制自己的文件系统格式,请实现 src/require.rs
下的 trait
Image Maker is for packing the specific folder in the format TianMu. If you want to custom you own fs format, realize the trait in the src/require.rs
用法(Usage)
cargo run test/ img
Dependencies
~770KB