image-maker

Crates.ioimage-maker
lib.rsimage-maker
version0.1.3
sourcesrc
created_at2021-04-27 01:43:20.956737
updated_at2021-05-20 14:51:30.123351
descriptionA simple image maker for TisuOS
homepage
repositoryhttps://github.com/TisuOS/image-maker
max_upload_size
id389961
size20,731
(belowthetree)

documentation

README

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
Commit count: 17

cargo fmt