]> git.nihav.org Git - nihav-player.git/blob - bindings.rs
53a1c77e636b7fc4f957508f4c01c73f910270dd
[nihav-player.git] / bindings.rs
1 // Copyright 2022 The ChromiumOS Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 //! This module implements the bindgen C FFI bindings for use within this crate
6
7 #[allow(missing_docs, clippy::useless_transmute, clippy::too_many_arguments)]
8 pub mod va;
9
10 pub use va::*;