busylib 0.0.8

BUSY Bar Rust HTTP client
Documentation
1
2
3
4
5
6
7
8
9
//! Timestamps

crate::types::string_newtype!(
    /// ISO 8601 timestamp with a time zone.
    Timestamp,
    "timestamp",
    "an ISO 8601 timestamp with time zone, such as 2025-10-02T14:30:45+02:00",
    crate::types::validate::timestamp
);