time-macros 0.2.0-alpha.1

Procedural macros for the time crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
large-dates = []

[lib]
proc-macro = true

[package]
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
categories = ["date-and-time"]
description = "Procedural macros for the time crate."
edition = "2018"
keywords = ["date", "time", "calendar", "duration"]
license = "MIT OR Apache-2.0"
name = "time-macros"
readme = "../README.md"
repository = "https://github.com/time-rs/time"
version = "0.2.0-alpha.1"