#info #crates #rust

bin+lib krate_info

Small library utilizing crates_io_api to offer a straightforward interface for retrieving information about crates

2 releases

0.1.1 Sep 19, 2023
0.1.0 Sep 19, 2023

#12 in #crate

35 downloads per month

Custom license

12KB
202 lines

Small library utilizing crates_io_api to offer a straightforward interface for retrieving information about crates.

let mut krate = Krate::new("env_logger", Version::new(0,10,0));
let owners = krate.get_crate_owners().unwrap();
let metadata = krate.get_krate_meta().unwrap();

Dependencies

~7–22MB
~344K SLoC