~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 +5 -0
changelog.md CHANGED
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
8
+ ## [4.3.0] - 2019-01-10
9
+ ### Fixed
10
+ - debug_embed feature was not working at all
11
+ ### Added
12
+ - a test run for debug_embed feature
8
13
 
9
14
  ## [4.2.0] - 2018-12-02
10
15
  ### Changed