[go: up one dir, main page]

url 1.5.1

URL library for Rust, based on the WHATWG URL Standard
Documentation
1
2
3
4
5
6
test:
	cargo test --features "query_encoding serde rustc-serialize heapsize"
	(cd idna && cargo test)
	(cd url_serde && cargo test)

.PHONY: test