tinymist/crates/tinymist-query
Myriad-Dreamin 46e7eca2b4
revert: "feat: completes both #f and #f.paren in some cases (#1940)" (#2003)
Reverts Myriad-Dreamin/tinymist#1940. Hasn't released v0.13.22, will be
merged again after release.
2025-08-06 13:59:04 +08:00
..
src revert: "feat: completes both #f and #f.paren in some cases (#1940)" (#2003) 2025-08-06 13:59:04 +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.