catfact 1.0.0

Fetches cat facts.
Documentation
1
2
3
4
5
use catfact::fetch_cat_fact;

fn main() {
	println!("{}", fetch_cat_fact().unwrap());
}