[go: up one dir, main page]

url 1.2.1

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

.PHONY: test