viiper-client 0.7.0

VIIPER Client Library for Rust
Documentation
// This file is auto-generated by VIIPER codegen. DO NOT EDIT.

pub mod error;
pub mod wire;
pub mod types;
pub mod client;
pub mod auth;

#[cfg(feature = "async")]
pub mod async_client;

pub mod devices;

pub use error::{ViiperError, ProblemJson};
pub use wire::{DeviceInput, DeviceOutput};
pub use types::*;
pub use client::{ViiperClient, DeviceStream};

#[cfg(feature = "async")]
pub use async_client::{AsyncViiperClient, AsyncDeviceStream};