era_date 0.1.0

A crate to generate text descriptions for date precisions, from day (ISO) to millennium
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.time]
version = "^0.3"

[package]
authors = ["Magnus Manske <magnusmanske@googlemail.com>"]
categories = ["date-and-time", "value-formatting"]
description = "A crate to generate text descriptions for date precisions, from day (ISO) to millennium"
edition = "2021"
keywords = ["date", "time", "calendar", "era"]
license = "MIT"
name = "era_date"
readme = "README.md"
repository = "https://github.com/magnusmanske/era-date"
version = "0.1.0"