7个不稳定版本 (3个破坏性更新)
0.4.0 | 2024年4月2日 |
---|---|
0.3.3 | 2023年9月26日 |
0.2.0 | 2023年9月11日 |
0.1.0 | 2023年9月7日 |
#1416 in 文件系统
每月下载量73次
12KB
297 代码行
STASHR
这是stashr。
使用stashr,您可以将文件存储在任何地方。
然后您可以在任何地方取回它。
用法
存储一些文件
stashr foo.txt bar.txt
取回它们
stashr
安装
cargo install stashr
故障排除
您需要使用rust的nightly发布渠道来安装stashr。如果您不是,您可能会遇到以下错误:error[E0554]: `#![feature]` may not be used on the stable release channel
。
要继续,请首先安装rustup,然后运行以下两个命令
rustup install nightly
cargo +nightly install stashr
依赖项
~1.8–2.5MB
~47K SLoC