bspc_rust_lib 0.2.0

A library that allows bspc commands to be executed through rust programs
Documentation
1
2
3
pub(crate) trait Descriptor {
    fn get_string(&self) -> String;
}