Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created May 8, 2015 18:56
Show Gist options
  • Save robyoung/01ea217605fb292cc3c8 to your computer and use it in GitHub Desktop.
Save robyoung/01ea217605fb292cc3c8 to your computer and use it in GitHub Desktop.
myvar = rustlib.do_some_expensive_setup()
rustlib.do_cheap_work(myvar, "something")
rustlib.do_cheap_work(myvar, "something else")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment