Crate that export the Path type, necessary for the generated code by crate-paths-cli.
This type implements the ToTokens trait. so you can use it like this:
use Arc;
let tokens = quote! ;
which will expand to:
let a = new;
Optionally, exposes macros from crate-paths-macro
When the macro feature is enabled
[]
= []
= ["dep:crate-paths-macro"]