We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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")