libkrimes 0.1.0

A pure rust, minimal kerberos library
Documentation
1
2
3
4
/// ```text
/// Microseconds    ::= INTEGER (0..999999)
/// ```
pub(crate) type Microseconds = u32;