Crate fidl_fuchsia_pkg_rewrite_ext

Source
Expand description

Tools for handling Fuchsia URLs.

Structs§

EditTransaction
A helper for managing the editing of rewrite rules.
Rule
A Rule can be used to re-write parts of a AbsolutePackageUrl.

Enums§

EditTransactionError
RuleConfig
Wraper for serializing rewrite rules to the on-disk JSON format.
RuleDecodeError
RuleParseError

Functions§

do_transaction
Perform a rewrite rule edit transaction, retrying as necessary if another edit transaction runs concurrently.