kopuz-server 0.8.0

A modern, lightweight music player built with Rust and Dioxus.
1
2
3
4
5
6
7
8
9
10
pub(crate) mod browser;
pub(crate) mod profile;
pub(crate) mod signin;
pub(crate) mod store;

pub use profile::{delete_profile, profile_dir};
pub use signin::launch_signin_and_extract;

pub(crate) use profile::has_cookie;
pub(crate) use store::read_cookies;