~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.


d5129ec5 pyros2097

5 years ago
actions: rename check too format
Files changed (1) hide show
  1. .github/workflows/test.yml +1 -1
.github/workflows/test.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  name: Test
2
2
  on: [push]
3
3
  jobs:
4
- check:
4
+ format:
5
5
  runs-on: ubuntu-latest
6
6
  steps:
7
7
  - uses: actions-rs/toolchain@v1