[][src]Crate tokio_ddmw

Utility library for creating integrations against the Data Diode Middleware.

Re-exports

pub use err::Error;

Modules

auth
err

Functions

expect_okfail

Waits for a message and ensures that it's Ok or Fail. Converts Fail state to an Error::ServerError. Returns a Params buffer containig the Ok parameters on success.

sendrecv

Send a telegram and wait for a reply.