siguldry 0.6.0

An implementation of the Sigul protocol.
Documentation
1
2
3
4
5
6
7
mod de;
mod error;
mod ser;

pub(crate) use de::from_bytes;
pub(crate) use error::{Error, Result};
pub(crate) use ser::to_bytes;