include_schemas!() { /* proc-macro */ }Expand description
obs::include_schemas!("myapp.v1") — wire up every file
obs-build emits into the user’s crate. Expands to four
include! calls under OUT_DIR/obs/. Spec 12 § 3.1.
include_schemas!() { /* proc-macro */ }obs::include_schemas!("myapp.v1") — wire up every file
obs-build emits into the user’s crate. Expands to four
include! calls under OUT_DIR/obs/. Spec 12 § 3.1.