Content-Length: 6658 | pFad | https://doc.rust-lang.org/std/string/../../../../reference/items/../../core/macro.module_path.html

module_path in core - RustSkip to main content

module_path

Macro module_path 

1.6.0 · Source
macro_rules! module_path {
    () => { ... };
}
Expand description

Expands to a string that represents the current module path.

The current module path can be thought of as the hierarchy of modules leading back up to the crate root. The first component of the path returned is the name of the crate currently being compiled.

§Examples

mod test {
    pub fn foo() {
        assert!(module_path!().ends_with("test"));
    }
}

test::foo();








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://doc.rust-lang.org/std/string/../../../../reference/items/../../core/macro.module_path.html

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy