blob: 54b5eb51d1aca171beafa20669b8bfcf7820ea20 [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;