trait_guard 0.1.0

A Rust library for disallowing usage of certain trait implementations with custom messages.
Documentation
[lib]
name = "trait_guard"
path = "src/lib.rs"

[package]
authors = ["David Hancu <davidhancu@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for disallowing usage of certain trait implementations with custom messages."
edition = "2024"
keywords = ["rust", "trait", "guard", "disallow"]
license = "MIT OR Apache-2.0"
name = "trait_guard"
publish = true
readme = "README.md"
repository = "https://github.com/DavidHancu/trait_guard"
version = "0.1.0"