[][src]Macro egress::egress

macro_rules! egress {
    () => { ... };
    ($path:literal) => { ... };
}

Shorthand macro for opening an Egress context, keyed by the module_path!() of the file it's called in.

It can also be called with a path, in which case the Egress.toml config file and egress artifact folder will be placed at that path offset from the path provided by the CARGO_MANIFEST_DIR environment variable, which by default is wherever your Cargo.toml is.