use-validate
Feature-gated facade for the focused RustUse validation crates.
Install
[]
= { = "0.0.1", = false, = ["check", "rule"] }
Foundation
use-validate re-exports the focused validation crates in this workspace behind opt-in features. It keeps the facade thin: direct root re-exports for common types and functions, plus nested modules that mirror the concrete crate boundaries.
Example
#
#
#
#
When to use directly
Choose use-validate when you want one dependency and one import surface. Prefer the focused crates directly when you only need one validation domain.
Scope
- The facade stays close to the focused crate APIs.
- Feature flags map directly to the focused crates in this workspace.
- Full validation frameworks and error aggregation layers are out of scope.
Status
use-validate is a pre-1.0 crate with a deliberately small facade over focused validation primitives.