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§

Functions§

  • The builder for the Info struct which populates it with falsefox’s information.
  • Returns just the email property from the built Info struct.
  • Returns just the github property from the built Info struct.
  • Returns the built Info struct.
  • Returns just the name property from the built Info struct.
  • Returns just the pronouns property from the built Info struct.
  • Returns just the website property from the built Info struct.