From aa207fb5217fd55b76b83db17ff5d0d2f33c55dd Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 31 Dec 2025 15:04:35 -0500 Subject: [PATCH] docs: update README to include Rust PDK crate information for plugin developers Signed-off-by: Deluan --- plugins/capabilities/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/capabilities/README.md b/plugins/capabilities/README.md index 3435abaf9..fca3cbd31 100644 --- a/plugins/capabilities/README.md +++ b/plugins/capabilities/README.md @@ -3,7 +3,8 @@ This directory contains the Go interface definitions for Navidrome plugin capabilities. These interfaces are the **source of truth** for plugin development and are used to generate: 1. **Go PDK packages** (`pdk/go/*/`) - Type-safe wrappers for Go plugin developers -2. **XTP YAML schemas** (`*.yaml`) - Schema files for non-Go plugin developers +2. **Rust PDK crates** (`pdk/rust/*/`) - Type-safe wrappers for Rust plugin developers +3. **XTP YAML schemas** (`*.yaml`) - Schema files for other [Extism plugin languages](https://extism.org/docs/concepts/pdk/) (TypeScript, Python, C#, Zig, C++, ...) ## For Go Plugin Developers