docmatic

Be dogmatic about working documentation.

Build Status Build status Documentation License Crates.io

Usage

First, add this to your Cargo.toml:

toml [dev-dependencies] docmatic = "0.1"

Next, in your test file:

```rust extern crate docmatic;

fn testreadme() { docmatic::assertfile("README.md"); } ```

For more information on using docmatic, look at the documentation

License

docmatic is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.

Credits

We're grateful for all of the work done on skeptic, the spiritual predecessor to docmatic and the work of people iterating on a lighter weight solution.