tinymist/crates/tinymist-query
Myriad-Dreamin 68bcc2b571
feat: provide label details by type, symbol, and labels (#237)
* feat: label details by type

* fix: symbol's details and label details

* dev: update snapshot

* fix: make signature stable
2024-05-05 20:19:29 +08:00
..
src feat: provide label details by type, symbol, and labels (#237) 2024-05-05 20:19:29 +08:00
Cargo.toml feat: find definition of label references (#235) 2024-05-05 18:53:18 +08:00
README.md chore: fix test scripts and update test documents (#178) 2024-04-09 12:37:01 +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:

Contributing

See CONTRIBUTING.md.