Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Created May 7, 2017 18:18
Show Gist options
  • Save allengeorge/cde9328868a7bf9dd6ebffcff610c535 to your computer and use it in GitHub Desktop.
Save allengeorge/cde9328868a7bf9dd6ebffcff610c535 to your computer and use it in GitHub Desktop.
Rust Thrift Example (lib.rs)
extern crate thrift;
extern crate ordered_float;
extern crate try_from;
mod simple_service;
pub use simple_service::*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment