Created
November 22, 2012 01:19
-
-
Save brson/4128872 to your computer and use it in GitHub Desktop.
This file contains 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
cholksey.rs: | |
``` | |
// The matrix mod is loaded from matrix/mod.rs | |
#[path = "matrix/mod.rs"] | |
mod matrix; | |
``` | |
matrix/mod.rs: | |
``` | |
// generate is loaded from `generate.rs` in the matrix subdir | |
mod generate; | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment