signer-daemon 0.2.3

Signer daemon package.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod entity;
pub mod model;
pub mod reqwest_auth;
pub mod signer_connection;
pub mod signer_daemon;
pub mod swallow_error;
#[cfg(test)]
mod test;

pub use signer_daemon::*;