kopuz-db 0.8.1

A modern, lightweight music player built with Rust and Dioxus.
Documentation
1
2
3
4
5
#[cfg(not(target_arch = "wasm32"))]
pub mod native;

#[cfg(target_arch = "wasm32")]
pub mod stub;