From a1c544f85a1eb62f133d0f413997132a7794cf5d Mon Sep 17 00:00:00 2001 From: Mirko Rainer Date: Tue, 12 Oct 2021 09:24:00 -0400 Subject: [PATCH] Add link to ECS acronym to clarify. --- docs/dev/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 5ca63e27cf..43d4e255d3 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -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.