~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 +1 -1
changelog.md CHANGED
@@ -8,7 +8,7 @@ Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
8
8
 
9
9
  ## [3.0.0] - 2018-06-01
10
10
  ### Changed
11
- - The derive attribute style so we don't need `attr_literals` and it can be used in stable rust now:
11
+ - The derive attribute style so we don't need `attr_literals` and it can be used in stable rust now. Thanks to [Mcat12](https://github.com/Mcat12).
12
12
  ```rust
13
13
  #[folder("assets/")]
14
14
  ```