Auto merge of #281 - Manishearth:fuzz, r=SimonSapin
Add fuzz scripts
Add a simple script for fuzzing with https://github.com/rust-fuzz/cargo-fuzz
Mostly autogenerated by cargo-fuzz; the contents of `go()` in parser.rs were
manually written.
cargo-fuzz is still WIP so the format here may change.
This can be fuzzed (on Linux only) with `cargo fuzz --target parser`
r? @SimonSapin
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/281)
<!-- Reviewable:end -->