dia-time 5.2.0

Small kit for time
Documentation

A small time kit

Project

Features

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

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

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