summary refs log tree commit diff stats
path: root/rust/qom/src/lib.rs
blob: 204c6fea2ffea0c35a281d314767474337ef00df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-or-later

pub mod bindings;

// preserve one-item-per-"use" syntax, it is clearer
// for prelude-like modules
#[rustfmt::skip]
pub mod prelude;

mod qom;
pub use qom::*;