cfg-vis
A macro to support #[cfg()] on visibility.
use cfg_vis;
// default visibility is `pub`, while the target is linux, the visibility is `pub(super)`.
A macro to support #[cfg()] on visibility.
use cfg_vis;
// default visibility is `pub`, while the target is linux, the visibility is `pub(super)`.