falsefox

Crates.iofalsefox
lib.rsfalsefox
version0.1.4
sourcesrc
created_at2024-05-03 23:05:19.593046
updated_at2024-05-03 23:42:18.750011
descriptionPackage experiment for falsefox
homepagehttps://github.com/false-fox/falsefox-crate
repositoryhttps://github.com/false-fox/falsefox-crate
max_upload_size
id1229290
size4,302
falsefox (false-fox)

documentation

README

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
}
Commit count: 14

cargo fmt