gen-polyglot 0.1.8

gen — polyglot workspace dispatcher. Probes a directory for every configured adapter marker and emits a typed PolyglotWorkspace containing one Manifest per detected language. Engines that operate across language boundaries (caixa-author + the M5 cross-language renderer + audit reports) consume this.
docs.rs failed to build gen-polyglot-0.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

gen-polyglot — multi-adapter discovery + aggregation.

For repos that ship more than one language (a Rust workspace whose UI is a Yew/wasm crate + a small Ruby tooling sidecar; a Pangea operator with Helm charts; a typed-API repo with SDKs in N languages) — gen-polyglot probes for every configured marker and returns a typed [PolyglotWorkspace] containing one [Manifest] per language found.

The engine uses this to drive per-language render passes; the audit CLI uses it to answer "what is this repo, dependency-wise?".