openpit-derive
Proc-macro derives for openpit. This
crate provides the RequestFields derive macro, which the public openpit
crate re-exports under the derive feature.
End users normally depend on openpit directly:
= { = "X.X", = ["derive"] }
A direct dependency on openpit-derive is usually unnecessary.