url 1.2.2

URL library for Rust, based on the WHATWG URL Standard
Documentation
test:
	cargo test --features "query_encoding serde rustc-serialize"
	[ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize

.PHONY: test