jackdauer 0.1.2

Use this Rust crate to easily parse various time formats to durations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nom]
version = "7"

[package]
authors = ["oleiade <theo@crevon.me>"]
categories = ["parsing", "text-processing", "date-and-time"]
description = "Use this Rust crate to easily parse various time formats to durations"
edition = "2018"
homepage = "https://github.com/oleiade/jackdauer#readme"
keywords = ["duration", "parsing", "text-processing", "date", "time"]
license = "MIT"
name = "jackdauer"
readme = "readme.md"
repository = "https://github.com/oleiade/jackdauer"
version = "0.1.2"