embystream 0.0.15

Another Emby streaming application (frontend/backend separation) written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod local_streamer;
pub mod proxy_mode;
pub mod read_stream;
pub mod remote_streamer;
pub mod response;
pub mod result;
pub mod service;
pub mod source;
pub mod stream;
pub mod types;