Fully Pub
This crate exposes a single attribute macro that can be
used to alleviate some of the verbosity of marking every field of
a Rust item as pub,
by doing it automatically.
[]
= "0.1"
Example
use fully_pub;
This macro works on nearly everything in the Rust programming language, and can even be used on nested modules recursively, if needed.
See the documentation of the macro itself for more details.