tree: 3d343365bb8287d4c9af7ed75d8207f5a8d30c29 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
  6. rust_url.cc
  7. rust_url.h
  8. rust_url_fuzztest.cc
  9. rust_url_unittests.cc
src/lib/rust_url/README.md

Rust URL parser

This is a C++ library that wraps the Rust url crate for parsing URLs. The API exposed here is the minimum needed for use in fuchsia.git, so if you need more functionality you may need to expand the coverage before making use of this library.

New functionality should be covered by both the unit tests and the fuzz test.