~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.
0affe1d8
—
Mcat12 7 years ago
Missed some `cargo clean`'s
- .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
|