tinymist/crates/tinymist-query
ParaN3xus 8bfc913a33 dev: update nightly (#1954)
In addition to the work from #1908, the following have been added:
- Attempted to fix the typlite issue, see #1911
- Updated Rust toolchain to 1.88 to align with upstream Rust version
2025-08-07 17:18:44 +08:00
..
src dev: update nightly (#1954) 2025-08-07 17:18:44 +08:00
Cargo.toml fix: Cargo.toml default-features warning for typlite workspace dependency (#1895) 2025-07-09 21:57:59 +08:00
README.md docs: add dev guide of tinymist-query (#1064) 2024-12-25 12:20:09 +08:00

tinymist-query

Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.

This crate provides a set of APIs to query the information about the source code. Currently it provides:

Documentation

See Crate Docs.

Also see Developer Guide: Tinymist Query.

Contributing

See CONTRIBUTING.md and Guide to develop tinymist-query.