rust-embed v8.11.0

#rust#proc-macro#http

git clone https://git.pyrossh.dev/rust-embed

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


b189cbepyros2097 2018-02-26T21:49:13+05:30
Update readme.md
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Rust Embed
1
+ ## Rust Embed [![crates.io](http://meritbadge.herokuapp.com/rust-embed)](https://crates.io/crates/rust-embed)
2
2
  Rust Marco which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
3
3
 
4
4
  You can use this to embed your css, js and images into a single executable.