ascending_time 0.2.2

Some Time Helpers for the ascending group.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]

mod duration;
mod frame_time;
mod instant;
mod updater;

pub use duration::*;
pub use frame_time::*;
pub use instant::*;
pub use updater::*;