pub fn get_all() -> Vec<Post>
Get all the posts available
use json_placeholder_data::posts::get_all; assert_eq!(get_all().len(), 100);