]> git.proxmox.com Git - rustc.git/blame - vendor/time-core/src/lib.rs
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / time-core / src / lib.rs
CommitLineData
9c376795
FG
1//! Core items for `time`.
2//!
3//! This crate is an implementation detail of `time` and should not be relied upon directly.
4
5#![no_std]
9c376795
FG
6#![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
7#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")]
8#![doc(test(attr(deny(warnings))))]
9
fe692bf9 10pub mod convert;
9c376795 11pub mod util;