Skip to content

Instantly share code, notes, and snippets.

@boustrophedon
Created January 24, 2016 00:05
Show Gist options
  • Save boustrophedon/dd6fde8cd0539673d93f to your computer and use it in GitHub Desktop.
Save boustrophedon/dd6fde8cd0539673d93f to your computer and use it in GitHub Desktop.
how to do this
- lib.rs
"""
mod my_mod;
"""
- my_mod/
- mod.rs
"""
#[cfg(test)]
mod test;
"""
- test.rs
"""
test_private_mymod_fn() {}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment