tower-embed 0.3.0

Tower service to serve embedded assets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## v0.3.0

- replace [`rust-embed`] with custom asset embedding solution
- enable support to streaming in response body
- replace [`sha2`] with [`rapidhash`]
- serve assets directly from filesystem in debug mode

## v0.2.0

- removed [`headers`] dependency

[`headers`]: https://crates.io/crates/headers
[`rapidhash`]: https://crates.io/crates/rapidhash
[`rust-embed`]: https://crates.io/crates/rust-embed
[`sha2`]: https://crates.io/crates/sha2