mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Add link to ECS acronym to clarify.
This commit is contained in:
parent
64b1c72af2
commit
a1c544f85a
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Files are represented with opaque `FileId`, there's no operation to get an `std:
|
|||
These crates are the *brain* of rust-analyzer.
|
||||
This is the compiler part of the IDE.
|
||||
|
||||
`hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and directly query the database.
|
||||
`hir_xxx` crates have a strong [ECS](https://en.wikipedia.org/wiki/Entity_component_system) flavor, in that they work with raw ids and directly query the database.
|
||||
There's little abstraction here.
|
||||
These crates integrate deeply with salsa and chalk.
|
||||
|
||||
|
|
Loading…
Reference in a new issue