~repos /rust-embed

#rust#proc-macro#http

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.


e216e133 Paolo Barbolini

5 years ago
ci: use travis' default Rust settings
Files changed (1) hide show
  1. .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