-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split code into modules #17
Comments
A design plan has been figured out which doesn't depend on recursive imports. However once recursive imports work correctly the code can be cleaned up. |
Glob imports will be working correctly in Rust 1.4, so hopefully next year I can begin the transition. |
What are the next steps, now that we are well past 1.4? |
First I stop procrastinating and land the various PRs that are hanging around in limbo. Then once I'm caught up I experiment with removing |
Actually I think I'd like to move things further into submodules based on the subfolder names so it would be |
Replaced by #316 |
Currently
lib.rs
is a massive file which makes editing difficult, and can bring certain editors to a crawl.::
everywhere as soon as glob imports aren't broken.The text was updated successfully, but these errors were encountered: