~repos /rust-embed

#rust#proc-macro#http

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

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


ac98c794 Mcat12

5 years ago
Update changelog
Files changed (1) hide show
  1. changelog.md +7 -0
changelog.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
9
9
 
10
+ ## Unreleased
11
+
12
+ ### Fixed
13
+
14
+ - Fixed the `folder` directory being relative to the current directory.
15
+ It is now relative to `Cargo.toml`.
16
+
10
17
  ## [5.4.0] - 2020-02-24
11
18
 
12
19
  ### Changed