Unify package descriptions by adding references to "rust-analyzer"

With the lack of a README on the individually published library crates and the somewhat cryptic `ra_ap_` prefix it is hard to figure out where those crates belong to, so mentioning "rust-analyzer" feels like auseful hint there.
This commit is contained in:
Vincent Esche 2024-08-03 17:51:31 +02:00
parent f8de86b308
commit 624f2ead7b
12 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
name = "base-db" name = "base-db"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Basic database traits. The concrete DB is defined by `ide` (aka `ra_ap_ide`)." description = "Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "cfg" name = "cfg"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Conditional compiling options, `cfg` attribute parser and evaluator." description = "Conditional compiling options, `cfg` attribute parser and evaluator for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "flycheck" name = "flycheck"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Functionality needed to run `cargo` commands in a background thread." description = "Functionality needed for rust-analyzer to run `cargo` commands in a background thread."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "hir" name = "hir"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "A high-level object-oriented access to Rust code." description = "A high-level object-oriented access to Rust code for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "ide-completion" name = "ide-completion"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Utilities for generating completions of user input." description = "Utilities for generating completions of user input for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "ide-db" name = "ide-db"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Core data structure representing IDE state." description = "Core data structure representing IDE state for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "ide-diagnostics" name = "ide-diagnostics"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Diagnostics rendering and fixits." description = "Diagnostics rendering and fixits for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "ide-ssr" name = "ide-ssr"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Structural search and replace of Rust code." description = "Structural search and replace of Rust code for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "intern" name = "intern"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Global `Arc`-based object interning infrastructure." description = "Global `Arc`-based object interning infrastructure for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "limit" name = "limit"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "A struct to enforce limits." description = "A struct to enforce limits for rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "load-cargo" name = "load-cargo"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Loads a Cargo project into a static instance of analysis." description = "Loads a Cargo project into a static instance of rust-analyzer for analysis."
rust-version.workspace = true rust-version.workspace = true
edition.workspace = true edition.workspace = true

View file

@ -2,7 +2,7 @@
name = "paths" name = "paths"
version = "0.0.0" version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer" repository = "https://github.com/rust-lang/rust-analyzer"
description = "Path wrappers for absolute and relative paths." description = "Path wrappers for absolute and relative paths rust-analyzer."
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true