Expand description
trusty-analyzer — sidecar code-analysis daemon for trusty-search.
Library entrypoint. The previous multi-crate workspace was collapsed into a single crate so the daemon can be published to crates.io as one package. Each former crate is now a top-level module that re-exports its public API at the same path it used to have, modulo the crate→module prefix change.
Modules§
- core
- Analysis primitives for trusty-analyzer.
- embedder
- Embedding backends for trusty-analyzer.
- lang
- Language-specific static analysis adapters for trusty-analyzer.
- mcp
- MCP (Model Context Protocol) server for trusty-analyzer.
- service
- Sidecar HTTP daemon for trusty-analyzer.
- types
- Shared types between trusty-search and trusty-analyzer.