get

Function get 

Source
pub fn get() -> PkgDetails
Examples found in repository?
examples/print.rs (line 3)
1fn main() {
2    pkg_details::init!();
3    println!("Details: {:?}", pkg_details::get());
4}