Document Rust usage

This commit is contained in:
Sylvestre Ledru
2023-03-08 23:21:35 +01:00
parent e042060788
commit 8c0ea93975

View File

@@ -23,6 +23,16 @@ Just copy and paste the following in your GitHub action:
run: ${SCCACHE_PATH} --show-stats
```
### Rust code
For Rust code, the following environment variables should be set:
```
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
```
## Prepare a new release
1. Update README.md in the examplee