You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent consumers of your Rust macros from accidents. Enable your crates to export private-like types, traits and functions that are to be used only by its own `macro_rules` (from the same crate). Part of prudent-rs/restricted.