pub fn get() -> PkgDetails
1fn main() { 2 pkg_details::init!(); 3 println!("Details: {:?}", pkg_details::get()); 4}