Crate falsefox

Source
Expand description

§falsefox is an experiment by falsefox.

The crate is not intended to be that useful, it is mostly here as a learning utility.

§Example

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

Structs§

Info

Functions§

builder
The builder for the Info struct which populates it with falsefox’s information.
get_email
Returns just the email property from the built Info struct.
get_github
Returns just the github property from the built Info struct.
get_info
Returns the built Info struct.
get_name
Returns just the name property from the built Info struct.
get_pronouns
Returns just the pronouns property from the built Info struct.
get_website
Returns just the website property from the built Info struct.