On Tue, Jul 30, 2013 at 8:09 AM, Dov Reshef <[email protected]> wrote: > Hello, > > I'd like to get people's opinions about crate local visibility. I feel that > the way the public / private scope is divided now is encouraging making > either too much code public or creating very large modules.
I agree! It's very count-intuitive that to access sibling modules they need to be exposed to the whole world. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
