文件名称:rust-cache:一个为rustcargo项目实现智能缓存的GitHub Action
文件大小:785KB
文件格式:ZIP
更新时间:2024-06-04 06:37:22
TypeScript
锈缓存动作 一个GitHub Action,它为具有合理默认值的rust / cargo项目实现了智能缓存。 用法示例 # selecting a toolchain either by action or manual `rustup` calls should happen # before the plugin, as it uses the current rustc version as its cache key - uses : actions-rs/toolchain@v1 with : profile : minimal toolchain : stable - uses : Swatinem/rust-cache@v1 输入项 : key一个可选键,添加到自动缓存键中。 : sharedKey在多个作业上稳定的附加密钥。 : working-d
【文件预览】:
rust-cache-1
----package.json(1KB)
----Cargo.lock(40KB)
----.github()
--------FUNDING.yml(19B)
--------workflows()
----action.yml(743B)
----package-lock.json(42KB)
----dist()
--------save()
--------restore()
----src()
--------common.ts(6KB)
--------main.rs(45B)
--------save.ts(4KB)
--------restore.ts(1KB)
----Cargo.toml(290B)
----tsconfig.json(409B)
----.gitignore(21B)
----CHANGELOG.md(599B)
----README.md(3KB)