Created
September 1, 2016 05:17
-
-
Save allengeorge/7ac04dc5b2055c9091da93cde46481e9 to your computer and use it in GitHub Desktop.
Rust Submodule Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
src | |
+-- main.rs | |
+-- mylib/ | |
+-- mod.rs | |
+-- errors.rs | |
+-- types.rs | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment