Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
13 lines
335 B
Rust
13 lines
335 B
Rust
// Code generated by ndpgen. DO NOT EDIT.
|
|||
|
|||
//! Navidrome Plugin Development Kit - Capability Wrappers
|
|||
//!
|
|||
//! This crate provides type definitions, traits, and registration macros
|
|||
//! for implementing Navidrome plugin capabilities in Rust.
|
|||
|
|||
pub mod lifecycle;
|
|||
pub mod metadata;
|
|||
pub mod scheduler;
|
|||
pub mod scrobbler;
|
|||
pub mod websocket;
|