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"] }