blob: a7ebaf0cd91d0f7a03b6c1da864cd2077d2efb23 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#![warn(missing_docs)]
//! Tools for handling Fuchsia URLs.
mod rule;
pub use crate::rule::{Rule, RuleConfig, RuleInspectState};
mod errors;
pub use crate::errors::{RuleDecodeError, RuleParseError};