~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.


1cf49abf pyros2097

7 years ago
fix changelog userprofile links
Files changed (1) hide show
  1. changelog.md +2 -2
changelog.md CHANGED
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  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
- Thanks to @Mcat12 for the changelog.
7
+ Thanks to [Mcat12](https://github.com/Mcat12) for the changelog.
8
8
 
9
9
  ## [2.0.0] - 2018-05-26
10
10
  ### Changed
11
- - Reimplemented the macro for release to use include_bytes for perf sake. Thanks @lukad
11
+ - Reimplemented the macro for release to use include_bytes for perf sake. Thanks to [lukad](https://github.com/lukad).
12
12
 
13
13
  ## [1.1.1] - 2018-03-19
14
14
  ### Changed