I had read, but there I didn't found usual approach to make macro with macro export and use it in whatever file inside crate or workspace) Or they needed to be put in mod.rs?)
Okay friend, also interesting: is there new macro rule as in this book or this will be only soon?) As you think, is there sense to use it now or wait until stable verion of new macro(as it will be changed soon)?)
Also had forgotten, if I write
pub(crate) use tokio::*;
for example in src/some_subdirectory/sub_sub_/file.rs will tokio be visible in src/main.rs?)
Or pub(crate) doesn't affect like this with extern crates?)
I mean not only macros, functions etc. they wouldn't be imported as like my own functions in crate as I understood?) These pub, pub(crate) neeeded only for my definitions?)
Thanks)