muna 0.0.9

Run prediction functions in your Rust apps.
/*
*   Muna
*   Copyright © 2026 NatML Inc. All Rights Reserved.
*/

mod configuration;
mod fxnc;
mod map;
mod prediction;
mod predictor;
mod stream;
mod value;

pub use configuration::*;
pub use fxnc::*;
pub use map::*;
pub use prediction::*;
pub use predictor::*;
pub use stream::*;
pub use value::*;