embystream 0.0.11

Another Emby streaming application (frontend/backend separation) written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod direct;
pub mod disk;
pub mod openlist;
pub mod types;

pub use direct::DirectLink;
pub use disk::Disk;
pub use openlist::OpenList;
pub use types::{Backend, BackendConfig};