jasn-core 0.2.0

Core data types for JASN and JAML serialization formats
Documentation
1
2
3
4
use time::OffsetDateTime;

/// Type alias for timestamps (RFC3339/ISO8601 compatible).
pub type Timestamp = OffsetDateTime;