Skip to content

Instantly share code, notes, and snippets.

@fschutt
Created January 4, 2018 00:03
Show Gist options
  • Save fschutt/c84e31e742626f2bc7c1efd3d9cff3f2 to your computer and use it in GitHub Desktop.
Save fschutt/c84e31e742626f2bc7c1efd3d9cff3f2 to your computer and use it in GitHub Desktop.
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