~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 +6 -0
changelog.md CHANGED
@@ -6,6 +6,12 @@ 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
+ ## [3.0.2] - 2018-09-05
10
+ ### Added
11
+ - appveyor for testing on windows
12
+ ### Fixed
13
+ - handle paths in windows correctly
14
+
9
15
  ## [3.0.1] - 2018-07-24
10
16
  ### Added
11
17
  - panic if the folder cannot be found