Crate kinetic [−] [src]
Kinetic protocol library in Rust
Reexports
pub use proto::version as protocol_version; |
pub use result::KineticResult; |
pub use error::KineticError; |
Modules
authentication |
Kinetic authentication mechanisms |
channel |
Module representing raw communication channels with a kinetic device |
commands |
Available Kinetic commands |
error |
Kinetic error handling |
proto |
Public exports of the raw proto generated files |
responses |
Kinetic responses for available commands |
result |
Kinetic result |
Structs
Client |
The Kinetic device client |
Traits
Command |
Trait representing a Kinetic command |
Response |
Trait representing a Kinetic response |
Functions
version |
Returns the current version of the package |
Type Definitions
AsyncClient |