blob: 5ed2cc27cb341976239c883cd435e141f5ffb59c [file]
// 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)]
mod after_deadline;
pub mod callback_state;
pub use after_deadline::*;
pub use libasync_dispatcher::*;