aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)AuthorLines
2014-08-24add crate_nameJulian Orth-0/+1
2014-08-17Rename parser::Error to parser::ParseErrorBrian Koropoff-1/+1
This avoids a conflict with serialization::Error and actually re-exports it from the crate root as intended. It also fixes a build break due to the new import shadowing gate in rustc.
2014-08-03Put documentation on githubAlex Crichton-0/+252