cargo command to encode a bunch of static files into base64 and contained in a rust file as Hashmap
A cargo command to encore a bunch of static files into base64 and contained in a rust file as Hashmap.
cargo install --path .
cargo brust64 -d <src_directory> -o file.rs
🏗 WIP…