1 2 3 4 5
use crate::{Rudof, RudofConfig}; pub fn config(rudof: &Rudof) -> &RudofConfig { &rudof.config }