You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-api/src/lib.rs

17 lines
252 B
Rust

pub mod types;
#[cfg(feature = "client-api")]
pub mod client_api;
#[cfg(feature = "client-api")]
pub mod daemon_management;
#[cfg(feature = "tauri-plugin")]
pub mod tauri_plugin;
#[cfg(feature = "bromine")]
pub use bromine;
#[cfg(test)]
mod test;