文件名称:cargo-playground:在当地制作和使用游乐场
文件大小:14KB
文件格式:ZIP
更新时间:2024-04-08 15:17:51
Rust
货运游乐场 货运游乐场在您选择的编辑器中打开一个本地游乐场。 安装 您可以使用货物直接安装 $ cargo install --git https://github.com/Lutetium-Vanadium/cargo-playground 或克隆项目,然后安装 $ git clone https://github.com/Lutetium-Vanadium/cargo-playground $ cd cargo-playground $ cargo install --path . 用法 几个例子: # Create a new playground $ cargo playground new -n test-playground rand # List existing playgrounds $ cargo playground ls # Open an existing pl
【文件预览】:
cargo-playground-master
----Cargo.toml(366B)
----Cargo.lock(18KB)
----src()
--------watch.rs(3KB)
--------error.rs(1KB)
--------main.rs(3KB)
--------open()
--------new.rs(2KB)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(8B)