extern crate lazy_static;
use BufRead;
use Reader;
pub use ReadError;
pub use *;
/// Read the content of TCX xml data into TrainingCenterDatabase structure
/// ```
/// let tcx_bytes: &[u8] = include_bytes!("../test_resources/test.tcx.xml");
/// assert_eq!(true, quick_tcx::read(tcx_bytes).is_ok());
/// ```