Skip to content

Instantly share code, notes, and snippets.

@brson
Created November 22, 2012 01:19
Show Gist options
  • Save brson/4128872 to your computer and use it in GitHub Desktop.
Save brson/4128872 to your computer and use it in GitHub Desktop.
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