tree: 4766a8bef77d4099f1e9a8989a2eacefb6d02395 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/lib/fuchsia-url/README.md

fuchsia-url

Reviewed on: 2019-07-12

fuchsia-url is a library for parsing and constructing fuchsia boot and fuchsia package URLs. Docs are available here.

Building

This project can be added to builds by including --with //src/lib/fuchsia-url to the fx set invocation.

Using

fuchsia-url can be used by depending on the //src/lib/fuchsia-url GN target and then using the fuchsia_url crate in a rust project.

fuchsia-url is not available in the SDK.

Testing

Unit tests for fuchsia-url are available in the fuchsia-url-tests package.

$ fx run-test fuchsia-url-tests