Skip to content

Instantly share code, notes, and snippets.

@veer66
Created May 15, 2015 17:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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