/tag-guard

A Rust library to enforce described relations between lists of tags on abstract objects.

Primary LanguageRustMIT LicenseMIT

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.