-
Notifications
You must be signed in to change notification settings - Fork 0
File Structure #8
Comments
I typically prefer to "write it down now and organize later". I like this because the ideal organization won't be apparent until more code is present. So I'll keep this issue open and close it after I've organized and refactored. |
Some musings on good ways to accomplish this:
pub(restricted) would help with organization a lot, as it would remove the need for these _private modules. That feature is ready to be stabilized in https://github.com/rust-lang/rust
|
rust-lang/rust#40556 pub(restricted) stabilization PR. As soon as this is merged and released to stable I can clean up the accession chains. |
7b89ace yet another rearrangment commit. |
Woo pub(restricted) stabilization PR has been merged! Now we just have to wait for Rust 1.18 |
Rust 1.18 has been released, and the code has been updated to use it. Closing this issue now. |
Boom! 🎉 💥 |
Seems a lil chaotic.
The text was updated successfully, but these errors were encountered: