msdos_time 0.1.6

Converts an MsDosDateTime (FAT time) to a Tm value
Documentation
[dependencies.time]
version = "0.1"

[lib]
name = "msdos_time"

[package]
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>"]
description = """
Converts an MsDosDateTime (FAT time) to a Tm value
"""
documentation = "https://mvdnes.github.io/rust-docs/msdos_time/msdos_time/"
license = "MIT OR Apache-2.0"
name = "msdos_time"
repository = "https://github.com/mvdnes/msdos_time"
version = "0.1.6"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "timezoneapi"]
version = "0.3"