rust-embed v8.11.0
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.
e216e13
— Paolo Barbolini
2020-02-24T14:48:26+01:00
ci: use travis' default Rust settings
- .travis.yml +0 -2
.travis.yml
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
language: rust
|
|
2
|
-
sudo: false
|
|
3
|
-
dist: trusty
|
|
4
2
|
rust:
|
|
5
3
|
- stable
|
|
6
4
|
- nightly
|