catfact 1.0.0

Fetches cat facts.
Documentation
1
2
3
4
#[test]
fn test_cat_fact() {
	crate::fetch_cat_fact().unwrap();
}