commit | 8a56582685e81154f088079c9e5724b2bbbeead8 | [log] [tgz] |
---|---|---|
author | David Marcin <david@metawork.com> | Tue Feb 16 06:20:15 2021 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 16 14:20:15 2021 +0000 |
tree | 0719e913de8d1756a3b32ef6b546f86f373ee9b7 | |
parent | 38cba053a8bdaa570c52d5952c3398877d2a92e9 [diff] |
Add rust_analyzer rule to generate a rust-project.json (#505) This PR builds on the work in #384 to add a rust_analyzer rule which generates a rust-project.json. This file allows rust-analyzer to function without cargo by describing the code structure, layout, and dependency graph.
This repository provides rules for building [Rust][rust] projects with Bazel.
Please refer to the full documentation.