compile-time 0.1.0

Macros for getting the compile time at compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `compile-time`

[![Crates.io](https://img.shields.io/crates/v/compile-time.svg)](https://crates.io/crates/compile-time)
[![Documentation](https://docs.rs/compile-time/badge.svg)](https://docs.rs/compile-time)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
compile-time = "0.1"
```