~repos /rust-embed
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.
a198533b
—
pyros2097 6 years ago
Merge branch 'master' of github.com:pyros2097/rust-embed
- changelog.md +7 -0
changelog.md
CHANGED
|
@@ -5,6 +5,13 @@ 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
|
+
|
|
9
|
+
## [4.4.0] - 2019-05-11
|
|
10
|
+
### Fixed
|
|
11
|
+
- a panic when struct has doc comments
|
|
12
|
+
### Added
|
|
13
|
+
- a warp example
|
|
14
|
+
|
|
8
15
|
## [4.3.0] - 2019-01-10
|
|
9
16
|
### Fixed
|
|
10
17
|
- debug_embed feature was not working at all
|