1 2 3 4 5 6
pub mod ffmp { pub fn get_origin_data() -> String{ let buf = String::from("ffmp buffer data!"); buf } }