Skip to main content

Module _5_import_directory

Module _5_import_directory 

Source
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/"
    ),
});

Functionsยง

hello