Crates.io | packer |
lib.rs | packer |
version | 0.5.7 |
source | src |
created_at | 2019-01-30 08:01:50.671226 |
updated_at | 2022-01-22 01:18:13.809097 |
description | Pack static files into your binary at compile time |
homepage | |
repository | https://git.sr.ht/~mzhang/packer |
max_upload_size | |
id | 111545 |
size | 7,180 |
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!
Author: Michael Zhang, Nathan Ringo
License: MIT