embystream 0.0.36

Another Emby streaming application (frontend/backend separation) written in Rust.
Documentation
/// Default domain used for logging macros when no custom domain is provided.
/// This helps categorize log messages consistently across the application.
pub const API_CACHE_LOGGER_DOMAIN: &str = "API-CACHE";
pub const CLIENT_FILTER_LOGGER_DOMAIN: &str = "CLIENT-FILTER";
pub const CONFIG_LOGGER_DOMAIN: &str = "CONFIG";
pub const CRYPTO_LOGGER_DOMAIN: &str = "CRYPTO";
pub const CRYPTO_CACHE_LOGGER_DOMAIN: &str = "CRYPTO-CACHE";
pub const DEFAULT_LOGGER_DOMAIN: &str = "GENERAL";
pub const FILE_CACHE_LOGGER_DOMAIN: &str = "FILE-CACHE";
pub const FORWARD_LOGGER_DOMAIN: &str = "FORWARD";
pub const GATEWAY_LOGGER_DOMAIN: &str = "GATEWAY";
pub const INIT_LOGGER_DOMAIN: &str = "INIT";
pub const LOCAL_STREAMER_LOGGER_DOMAIN: &str = "LOCAL-STREAM";
pub const METADATA_CACHE_LOGGER_DOMAIN: &str = "METADATA-CACHE";
pub const NETWORK_LOGGER_DOMAIN: &str = "NETWORK";
pub const PATH_REWRITER_LOGGER_DOMAIN: &str = "PATH-REWRITER";
pub const PLAYBACK_INFO_LOGGER_DOMAIN: &str = "PLAYBACK-INFO";
pub const PLAYLIST_MOCK_LOGGER_DOMAIN: &str = "PLAYLIST-MOCK";
pub const READ_STREAM_LOGGER_DOMAIN: &str = "READ-STREAM";
pub const REMOTE_STREAMER_LOGGER_DOMAIN: &str = "REMOTE-STREAM";
pub const REVERSE_PROXY_FILTER_LOGGER_DOMAIN: &str = "REVERSE-PROXY-FILTER";
pub const REVERSE_PROXY_LOGGER_DOMAIN: &str = "REVERSE-PROXY";
pub const STREAM_LOGGER_DOMAIN: &str = "STREAM";
pub const UPSTREAM_PROXY_LOGGER_DOMAIN: &str = "UPSTREAM-PROXY";
pub const WEBDAV_AUTH_LOGGER_DOMAIN: &str = "WEBDAV-AUTH";