flexible-time 0.1.1

A library to parse timestamps in a flexible format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.time]
features = ["parsing", "macros"]
version = "0.3"

[package]
authors = ["Jens Reimann <ctron@dentrassi.de>"]
categories = ["parsing", "date-and-time", "command-line-interface"]
description = "A library to parse timestamps in a flexible format"
edition = "2021"
keywords = ["time", "cli", "parsing"]
license = "Apache-2.0"
name = "flexible-time"
readme = "README.md"
repository = "https://github.com/ctron/flexible-time"
rust-version = "1.67"
version = "0.1.1"