Skip to content

Rust library for embedding static assets into a binary. (Based on rust-embed)

License

Notifications You must be signed in to change notification settings

mzhang28/packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer

dependency status

NOTE This project is based on the original rust-embed. I made enough modifications to it that I decided to just publish it in a separate repository.

NOTE This project requires a Rust 2018 (Rust 1.31+) compiler.

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

About

Rust library for embedding static assets into a binary. (Based on rust-embed)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages