| // Copyright 2025 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. | |
| //! Bindings for the core of the fuchsia driver framework C API | |
| #![deny(unsafe_op_in_unsafe_fn, missing_docs)] | |
| pub mod callback_state; | |
| mod dispatcher; | |
| pub use dispatcher::*; |