blob: 13723bb4038f208448739656b864dd4e9b9cc489 [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(crate) mod settings;
// Fidl processing unit for policy requests and definitions.
pub mod policy;