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.


f29f16cRyan Lopopolo 2019-06-24T02:15:33+01:00
Run test in travis
Files changed (1) hide show
  1. .travis.yml +3 -1
.travis.yml CHANGED
@@ -16,8 +16,10 @@ script:
16
16
  - cargo test --test lib
17
17
  - cargo test --test lib --features "debug-embed"
18
18
  - cargo test --test lib --release
19
+ - cargo test --test interpolated_path --features "interpolate-folder-path"
20
+ - cargo test --test interpolated_path --features "interpolate-folder-path" --release
19
21
  - cargo build --example basic
20
- - cargo build --example basic --release
22
+ - cargo build --example basic --release
21
23
  - cargo build --example actix --features actix
22
24
  - cargo build --example actix --features actix --release
23
25
  - cargo build --example warp --features warp-ex