pub use logging::*;
mod logging;
#[cxx::bridge]
pub mod ffi {
#[namespace = "rust"]
extern "Rust" {
fn setup_klog();
}