Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Last active May 7, 2017 17:59
Show Gist options
  • Save allengeorge/ce34b57e63d3d34789f1e3380c7e85bd to your computer and use it in GitHub Desktop.
Save allengeorge/ce34b57e63d3d34789f1e3380c7e85bd to your computer and use it in GitHub Desktop.
Rust Thrift Example IDL
service SimpleService {
string hello(1: string name)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment