~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

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


Files changed (1) hide show
  1. readme.md +0 -8
readme.md CHANGED
@@ -4,14 +4,6 @@ Rust Custom Derive Macro which loads files into the rust binary at compile time
4
4
 
5
5
  You can use this to embed your css, js and images into a single executable which can be deployed to your servers. Also it makes it easy to build a very small docker image for you to deploy.
6
6
 
7
- ### Dev
8
-
9
- <img src="https://user-images.githubusercontent.com/1687946/40840773-b1ae1ce6-65c5-11e8-80ac-9e9196701ca2.png" width="700" height="100">
10
-
11
- ### Release
12
-
13
- <img src="https://user-images.githubusercontent.com/1687946/40840774-b1dd709a-65c5-11e8-858d-73a88e25f07a.png" width="700" height="184">
14
-
15
7
  ## Installation
16
8
 
17
9
  ```toml