Skip to content

Instantly share code, notes, and snippets.

@kriogenia
Created June 22, 2022 20:07
Show Gist options
  • Save kriogenia/dae1269dd9e7b5e1350408c51b97f392 to your computer and use it in GitHub Desktop.
Save kriogenia/dae1269dd9e7b5e1350408c51b97f392 to your computer and use it in GitHub Desktop.
Using <module>.rs
pub mod mul;
mod strings; // Hidden to the outside world
pub fn hello() -> &'static str {
strings::HELLO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment