specker 0.1.0

Testing utility that simplifies file matching against bunch of templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "specker"
version = "0.1.0"
authors = ["Nerijus Arlauskas <nercury@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Nercury/specker-rs"
description = "Testing utility that simplifies file matching against bunch of templates."
readme = "README.md"
keywords = ["spec", "testing", "utility", "dev"]
categories = ["development-tools::testing"]

[dependencies]
walkdir = "1.0"

[badges]
travis-ci = { repository = "Nercury/specker-rs" }