git-testament-derive 0.1.3

Record git working tree status when compiling your crate - inner procedural macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Git Testament Derive

![BSD 3 Clause](https://img.shields.io/github/license/kinnison/git-testament.svg)
![Master branch build status](https://api.travis-ci.com/kinnison/git-testament.svg?branch=master)
![Latest docs](https://docs.rs/git-testament-derive/badge.svg)
![Crates.IO](https://img.shields.io/crates/v/git-testament-derive.svg)

This is the procedural macro behind `git-testament`.

Please see [the `git-testament` crates.io page](https://crates.io/crates/git-testament)
for more information, or [the `git-testament` docs.rs page](https://docs.rs/git-testament)
for documentation.