We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
can add a std macro_rules path to mod "std::macros" ,like
path!("/fmt/path-{}/abc/{}", "foo", "bar")
=>
&Path::new("/fmt/path-foo/abc/bar")