Skip to content

vbmade2000/countryinfo-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countryinfo-rs

Rust crate to get country information, inspired from countryinfo.

Built crate

cargo build --release

Run unit tests

cargo test

Build documentation

cargo doc --no-deps --open