1 2 3 4 5
fn main() { let source = std::path::Path::new("libjxl"); assert!(source.exists()); assert!(source.is_dir()); }