ty_plugin_sdk
Authoring SDK for ty semantic extensions.
This crate provides the extension manifest builder, hook trait, JSON dispatch helpers, and WASM
export macro used by extension authors. Raw wire types are re-exported from ty_plugin_protocol.
[]
= "0.0.1"
use ;
use ;
;
export_plugin!;
Build extensions as WASM artifacts:
rustup target add wasm32-unknown-unknown
cargo build --release --target wasm32-unknown-unknown
The source lives in the ruff submodule of
regularkevvv/ty-extended, backed by
regularkevvv/ruff-extended. See the
extension authoring guide
for manifests, hooks, project configuration, and packaging guidance.