time-macros 0.1.0

Procedural macros for the time crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.time-macros-impl]
version = "0.1"

[package]
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
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.1.0"