1
2
3
4
5
6
#![no_std]

use proc_macro_hack::proc_macro_hack;

#[proc_macro_hack]
pub use time_macros_impl::{date, offset, time};