packer

Crates.iopacker
lib.rspacker
version0.5.7
sourcesrc
created_at2019-01-30 08:01:50.671226
updated_at2022-01-22 01:18:13.809097
descriptionPack static files into your binary at compile time
homepage
repositoryhttps://git.sr.ht/~mzhang/packer
max_upload_size
id111545
size7,180
michael (iptq)

documentation

https://docs.rs/packer

README

Packer

packer is a library that helps you pack static files into binaries using macro magic. When you build in dev mode, it will fetch off your filesystem as usual, but when you build with --release, it will pack the assets into your binary!

Documentation

Contact

Author: Michael Zhang, Nathan Ringo

License: MIT

Commit count: 0

cargo fmt