Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Created September 1, 2016 05:17
Show Gist options
  • Save allengeorge/7ac04dc5b2055c9091da93cde46481e9 to your computer and use it in GitHub Desktop.
Save allengeorge/7ac04dc5b2055c9091da93cde46481e9 to your computer and use it in GitHub Desktop.
Rust Submodule Structure
```
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