• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

script/H15-Mar-2021-43

src/H15-Mar-2021-226174

.cargo-checksum.jsonH A D15-Mar-2021665 11

Cargo.tomlH A D15-Mar-20211,017 2926

LICENSE-APACHEH A D15-Mar-202111.1 KiB203169

LICENSE-MITH A D15-Mar-20211 KiB2016

README.mdH A D15-Mar-20211 KiB2616

appveyor.ymlH A D15-Mar-20211.5 KiB4035

README.md

1# msdos_time
2
3[![Build Status](https://travis-ci.org/mvdnes/msdos_time.svg?branch=master)](https://travis-ci.org/mvdnes/msdos_time)
4[![Build status](https://ci.appveyor.com/api/projects/status/tf4jgk6wr66n17xa/branch/master?svg=true)](https://ci.appveyor.com/project/mvdnes/msdos-time/branch/master)
5[![Crates.io](https://img.shields.io/crates/v/msdos_time.svg)](https://crates.io/crates/msdos_time)
6
7[Documentation](https://mvdnes.github.io/rust-docs/msdos_time/msdos_time/)
8
9Library to convert Fat time to a Tm struct in Rust.
10
11## License
12
13Licensed under either of
14
15 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
16 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
17
18at your option.
19
20### Contribution
21
22Unless you explicitly state otherwise, any contribution intentionally
23submitted for inclusion in the work by you, as defined in the Apache-2.0
24license, shall be dual licensed as above, without any additional terms or
25conditions.
26