Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created November 13, 2016 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kracekumar/91bbc05d4d8201c35db0547bb8db086b to your computer and use it in GitHub Desktop.
Save kracekumar/91bbc05d4d8201c35db0547bb8db086b to your computer and use it in GitHub Desktop.
#[derive(RustcEncodable, RustcDecodable, PartialEq, Debug)]
struct Custom {
id: u32,
key: String,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment