dia-time 4.2.2

Small kit for time
Documentation

A small time kit

Project

Features

Some components require unix feature. If you can't access them, you should enable that feature. For example:

[dependencies]
dia-time = { version='...', features=['unix'] }

Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

References