Source code

Revision control

Copy as Markdown

Other Tools

//! Core items for `time`.
//!
//! This crate is an implementation detail of `time` and should not be relied upon directly.
#![no_std]
#![doc(test(attr(deny(warnings))))]
pub mod convert;
pub mod util;