tinymist/crates/tinymist-query
Myriad-Dreamin 79f68dc94d
feat: compile tinymist-query for wasm32 target (#1947)
- #2025 
- #2026

---------

Co-authored-by: Momijiichigo <ichigomomiji436@gmail.com>
2025-08-11 09:35:07 +08:00
..
src feat: compile tinymist-query for wasm32 target (#1947) 2025-08-11 09:35:07 +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.