Sha256: 72990e9b00b983e41a759343bdaf4a6dce73426a9646068287b5d0d7400bb4eb
Contents?: true
Size: 366 Bytes
Versions: 34
Compression:
Stored size: 366 Bytes
Contents
//! A capability-based clock API modeled after [`std::time`]. //! //! This corresponds to [`std::time`]. //! //! Instead of [`std::time`]'s methods which return the current time, this //! crate has methods on [`SystemClock`] and [`MonotonicClock`]. pub use cap_primitives::time::{ Duration, Instant, MonotonicClock, SystemClock, SystemTime, SystemTimeError, };
Version data entries
34 entries across 34 versions & 1 rubygems