1 2 3 4 5 6 7 8 9 10
# falsefox crate A crate experiment that simply returns information about the author, falsefox. Example: ```rust fn main () { println!("{:?}", falsefox::prelude::get_github()); // https://github.com/false-fox } ```