// SPDX-License-Identifier: MIT
// For convenience to provide structures and functions.
pub use ;
/// For convenience to provide auto-generated/manual traits, and their blanket implementations.
/// For subclass implementations derived from provided class.
// For applications to handle stuffs in the sys crate.
pub use alsatimer_sys as ffi;
// For documentation links to external crates in docs.rs.
pub use glib;
use ;