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:
= { = "0.6", = ["derive"] }
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"] }