Created
January 4, 2018 00:03
-
-
Save fschutt/c84e31e742626f2bc7c1efd3d9cff3f2 to your computer and use it in GitHub Desktop.
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
mod private_module { | |
pub struct PublicStruct; | |
} | |
pub fn public_function() -> PublicStruct { /* ... */ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment