Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Cultrarius on github.
  • I am thebrain (https://keybase.io/thebrain) on keybase.
  • I have a public key whose fingerprint is 2FEE 1F1A 7911 88A1 5CA0 62DD 17A1 5541 3A40 C6EC

To claim this, I am signing this object:

use std::error::Error;
use std::fs::File;
use std::io::prelude::*;
use std::path::Path;
struct XmlReader<'a> {
file_path: &'a Path
}
struct XmlNode {