Available on
docsrs only.Expand description
An example of importing a compile-time directory of wit files.
The code used to generate this module is:
crate::generate!({
path: concat!(
env!("CARGO_MANIFEST_DIR"),
"/wit/"
),
});