Open pravic opened 2 years ago
That's true.
On the other hand, this only appear once per crate, so not such a big deal. And the document-features crate can be imported with another name, or the macro use
d.
I'm not so convinced by the suggested names though.
Because
#![doc = document_features::document_features!()]
is quite long and unnecessary repeats itself.I think it'll be better to have something like
document_features::get!()
,extract
, etc.