5 releases

new 0.1.4 May 3, 2024
0.1.3 May 3, 2024
0.1.2 May 3, 2024
0.1.1 May 3, 2024
0.1.0 May 3, 2024

#99 in Email

Download history 210/week @ 2024-04-29

210 downloads per month

GPL-3.0 license

5KB
51 lines

falsefox crate

A crate experiment that simply returns information about the author, falsefox. Fair warning: this is just to help me learn cargo and the crates system, i'm not intending for a completely polished and professionally made experience, but please create an issue if you want to help me out and learn best practices :)

Documentation via docs.rs

Example

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

lib.rs:

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
}

No runtime deps