Rust 代码完成实用程序

时间:2021-06-28 17:49:51
【文件属性】:
文件名称:Rust 代码完成实用程序
文件大小:220KB
文件格式:ZIP
更新时间:2021-06-28 17:49:51
racer Racer -Rust 的代码完成RACER =R乌斯甲uto-Çomplete-ER。旨在为编辑器和 IDE 提供 Rust 代码完成的实用程序。也许有一天,“呃”位会探索+重构或其他东西。安装注意从 2.1 开始,赛车需要每晚生锈要求当前每晚 Rust如果您正在使用 rustup,请运行rustup toolchain add nightly货物在内部,racer 将货物称为 CLI 工具,因此请确保已安装货物带cargo install只需运行:cargo +nightly install racer如命令输出中所述,不要忘记将安装目录添加到PATH 。从来源克隆存储库:git clone https://github.com/racer-rust/racer.gitcd racer; cargo +nightly build --releasecd racer; cargo +nightly build --release 。二进制文件现在将位于./target/release/racer将二进制文件添加到您的PATH 。这可以通过将其移动到PATH已有的目录(即/usr/lo
【文件预览】:
racer-master
----.gitignore(83B)
----testutils()
--------src()
--------Cargo.toml(286B)
----images()
--------racer_eldoc.png(26KB)
--------racer_completion.png(42KB)
----benches()
--------bench_stdlibs.rs(1KB)
--------bench_globs.rs(881B)
--------bench_extern.rs(985B)
----src()
--------bin()
--------racer()
----metadata()
--------test-data-no-deps.json(4KB)
--------src()
--------Cargo.toml(494B)
--------test-data-full.json(49KB)
--------tests()
----Cargo.lock(30KB)
----CHANGELOG.md(6KB)
----Cargo.toml(2KB)
----interner()
--------src()
--------Cargo.toml(353B)
----.github()
--------workflows()
----LICENSE-MIT(1KB)
----README.md(5KB)
----tests()
--------async.rs(1KB)
--------index.rs(545B)
--------try.rs(3KB)
--------binary.rs(3KB)
--------consts.rs(703B)
--------alias.rs(4KB)
--------union.rs(1KB)
--------system.rs(76KB)
--------trait_bounds.rs(8KB)
--------external.rs(5KB)
--------if_let.rs(834B)
--------struct_field.rs(3KB)
--------for_arg.rs(2KB)
--------primitive.rs(2KB)
--------module_structure.rs(1KB)
--------follow_self.rs(1KB)
----test_project()
--------test-crate4()
--------src()
--------Cargo.lock(7KB)
--------Cargo.toml(367B)
--------test-crate3()
--------test-crate2()
--------test_fixtures()
----.rustfmt.toml(0B)
----fixtures()
--------.cargo()
--------arst()
----rust-toolchain.toml(69B)

网友评论