type-lib-derive 0.6.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 = "0.6", features = ["derive"] }