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
pub(crate) mod art_request;
pub(crate) mod art_response;
pub(crate) mod event;
mod remote_command;
pub(crate) mod ws_message;

#[cfg(test)]
mod tests;