rust-embed v8.11.0

#rust#proc-macro#http

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

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


0affe1dMcat12 2018-05-31T23:22:37-04:00
Missed some `cargo clean`'s
Files changed (1) hide show
  1. .travis.yml +0 -2
.travis.yml CHANGED
@@ -16,7 +16,5 @@ script:
16
16
  - |
17
17
  cargo test --tests --lib
18
18
  cargo test --tests --lib --release
19
- cargo clean
20
19
  cargo build --example basic
21
- cargo clean
22
20
  cargo build --release --example basic