flipper-rpc 0.9.5

Rust bindings and serial transport helpers for the Flipper Zero RPC protocol.
1
2
3
4
5
6
7
8
9
//! This module aims to make a better experience for end users by mapping proto::* classes into
//! a user friendly Rpc{Request, Response}::* enum and have better documentation. Additionally it
//! maps a CommandStatus or a Response into a Result
//!
//! Enabled through easy-rpc feature

pub mod error;
pub mod req;
pub mod res;