gdscript-db 0.2.1

Input layer (virtual file system, project model, change application; salsa from Phase 3) for gdscript-analyzer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# gdscript-db

The **input layer** — a virtual file system, the project model, and incremental
([salsa](https://github.com/salsa-rs/salsa)) change application — so re-analysis
after an edit only recomputes what changed.

An internal layer of **[gdscript-analyzer](https://github.com/yanivkalfa/gdscript-analyzer)**,
a fast, embeddable GDScript (Godot 4.x) static-analysis library ("Roslyn for
Godot"). You normally don't depend on this crate directly — use
**[`gdscript-ide`](https://crates.io/crates/gdscript-ide)** (the public API), or
the **[`@gdscript-analyzer/core`](https://www.npmjs.com/package/@gdscript-analyzer/core)**
(Node) / **[`@gdscript-analyzer/wasm`](https://www.npmjs.com/package/@gdscript-analyzer/wasm)**
(browser) packages.

- **API docs:** https://docs.rs/gdscript-db
- **Crate map:** [repo README]https://github.com/yanivkalfa/gdscript-analyzer#the-workspace--crates--packages
- **License:** MIT OR Apache-2.0