type-lib-derive 1.0.0

Derive macro for type-lib: generate validated newtypes that enforce a Validator at construction.
Documentation

Derive macro for type-lib.

This crate provides the [Validated] derive. It is re-exported from type-lib behind the derive feature; depend on type-lib with that feature rather than on this crate directly:

type-lib = { version = "1.0", features = ["derive"] }