Skip to content

Instantly share code, notes, and snippets.

@veer66
Created May 15, 2015 17:15
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 veer66/43567e674922667ac25b to your computer and use it in GitHub Desktop.
Save veer66/43567e674922667ac25b to your computer and use it in GitHub Desktop.
A portion of my Rust code from May 7th, 2014
#[deriving(Encodable, Decodable, Show, Clone)]
pub struct Node {
pub snode: ~[~[Range]],
pub children: Option<~[Option<Node>]>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment