1 2 3 4 5 6 7
fn main() { if let Some(path) = masp_proofs::default_params_folder() { if let Some(path) = path.to_str() { println!("{}", path); } } }