mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-26 22:03:11 +00:00
A Rust compiler front-end for IDEs
| .cargo | ||
| code | ||
| crates | ||
| docs | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| bors.toml | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
| rustfmt.toml | ||
libsyntax2.0
libsyntax2.0 is an experimental implementation of the corresponding RFC.
See docs folder to learn how libsyntax2 works, and check
CONTRIBUTING.md if you want to contribute!
WARNING everything is in a bit of a flux recently, the docs are obsolete,
see the recent work on red/green trees.
License
libsyntax2 is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.