Skip to content

Small library offering a straightforward interface for retrieving information about crates.

License

Notifications You must be signed in to change notification settings

N0fix/krate_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Small library offering a straightforward interface for retrieving information about crates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages