5 releases (1 stable)
1.0.0 | Apr 5, 2024 |
---|---|
0.4.0 | May 25, 2022 |
0.3.0 | Apr 11, 2022 |
0.2.0 | Mar 30, 2022 |
0.1.0 | Sep 10, 2021 |
#36 in #unix-timestamp
222 downloads per month
Used in 10 crates
(via unix-ts)
4KB
unix-ts-macros: A macro to quickly generate unix-ts timestamps.
unix-ts-macros simplifies the creation of timestamps into a procedural macro: ts
. This is an
implementation crate for unix-ts
, which is what you should actually add as a dependency. (Don't
depend directly on this crate.)
lib.rs
:
The companion macro crate for unix-ts
, to create Unix timestamps from integer and float
literals.