selene-daemon 0.9.0-alpha.2

Official music player daemon for Selene
Documentation
1
2
3
4
5
impl SessionId {
    pub(crate) fn new() -> Self {
        Self(rand::random())
    }
}