Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 597 Bytes

tag-guard

Build Status

A Rust library to enforce configured relationships between tags. Ensures consistency between all tagged objects with respect to user-specified rules.

Available under the terms of the MIT License. See LICENSE.md.

Compilation

This library targets the latest stable Rust. At time of writing, that is 1.35.0

$ cargo build --release

Testing

$ cargo test

Add -- --nocapture to the end if you want to see test output.