falsefox 0.1.1

Packatge experiment for falsefox
falsefox-0.1.1 is not a library.
Visit the last successful build: falsefox-0.1.4

falsefox crate

A crate experiment that simply returns information about the author, falsefox.

Example:

fn main () {
    println!("{:?}", falsefox::prelude::get_github());
    // https://github.com/false-fox
}