Skip to content

nickel-org/rust-url

 
 

Repository files navigation

rust-url

Build Status

Rust implementation of the URL Standard.

Documentation

To do

Not necessarily in the given order:

  • Deprecate and later remove rustc’s old liburl
  • Add data: URL parsing.
  • Add IDNA support. Non-ASCII domains are a parse error for now. Punycode is done, Nameprep is the other big part.
  • Add lots of tests. Contribute them to web-platform-tests.
  • Consider switching the spec from a state machine to functional style, like this code.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • Python 1.1%
  • Makefile 0.4%