framesmith 0.1.0

A Rust library for controlling Samsung Frame TVs over the local network
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod persistent_ws_transport;
pub(crate) mod rest_client;
pub(crate) mod tcp_bulk_transfer;
pub(crate) mod tls_config;
pub(crate) mod ws_transport;

#[cfg(test)]
pub(crate) mod mock_transport;

#[cfg(test)]
mod tests;