~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. changelog.md +4 -0
changelog.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
8
8
 
9
+ ## [4.5.0] - 2019-06-29
10
+ ## Added
11
+ - allow rust embed derive to take env variables in the folder path
12
+
9
13
  ## [4.4.0] - 2019-05-11
10
14
  ### Fixed
11
15
  - a panic when struct has doc comments