blob: 2453cbedf87e1ba47741b03e356e8694daa9e709 [file] [log] [blame]
// Copyright 2020 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.
// The main fidl processor definition and implementation.
pub mod processor;
// Fidl processing unit for normal requests and definitions.
pub mod settings;
// Fidl processing unit for policy requests and definitions.
pub mod policy;