MS library
Fast converter various time formats into milliseconds.
Like are 1d to 86400000
Getting Started
Usage
Add this to your Cargo.toml:
[]
= "0.4"
Example
use cratems;
let value = ms.unwrap;
assert_eq!
Performance
You can check performance diff between ms_converter and ms libraries here.
Running the tests
Unit tests
Coding style tests
Running code style tests
cargo fmt --all -- --check
Contributing
Just create pr or issue. You welcome.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Mikhail Panfilov - Initial work - Mnwa
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details