forked from mirrors/gecko-dev
11 lines
361 B
Rust
11 lines
361 B
Rust
//! Core items for `time`.
|
|
//!
|
|
//! This crate is an implementation detail of `time` and should not be relied upon directly.
|
|
|
|
#![no_std]
|
|
#![doc(html_favicon_url = "https://avatars0.githubusercontent.com/u/55999857")]
|
|
#![doc(html_logo_url = "https://avatars0.githubusercontent.com/u/55999857")]
|
|
#![doc(test(attr(deny(warnings))))]
|
|
|
|
pub mod convert;
|
|
pub mod util;
|