Parse Stack Exchange Dumps
Some structs to facilitate parsing of StackExchange dumps into easy-to-use values.
use File;
use BufReader;
use Path;
use from_reader;
use ;
let reader = new;
let posts: Posts = from_reader.unwrap;
assert_eq!;
assert_eq!;
Incomplete
Currently, only Post and PostLink structs are provided22