mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
docs: update README to include Rust PDK crate information for plugin developers
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
e2f64880e6
commit
aa207fb521
@ -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:
|
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
|
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
|
## For Go Plugin Developers
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user