pinakes/crates/pinakes-core/src/lib.rs
NotAShelf 672e11b592
pinakes-core: add configurable rate limits and cors; add webhook dispatcher; bound job history
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ib0d34cd7878eb9e8d019497234a092466a6a6964
2026-03-08 00:43:24 +03:00

37 lines
633 B
Rust

pub mod analytics;
pub mod audit;
pub mod books;
pub mod cache;
pub mod collections;
pub mod config;
pub mod enrichment;
pub mod error;
pub mod events;
pub mod export;
pub mod hash;
pub mod import;
pub mod integrity;
pub mod jobs;
pub mod links;
pub mod managed_storage;
pub mod media_type;
pub mod metadata;
pub mod model;
pub mod opener;
pub mod path_validation;
pub mod playlists;
pub mod plugin;
pub mod scan;
pub mod scheduler;
pub mod search;
pub mod sharing;
pub mod social;
pub mod storage;
pub mod subtitles;
pub mod sync;
pub mod tags;
pub mod thumbnail;
pub mod transcode;
pub mod upload;
pub mod users;
pub mod webhooks;