Crates.io | falsefox |
lib.rs | falsefox |
version | 0.1.4 |
source | src |
created_at | 2024-05-03 23:05:19.593046 |
updated_at | 2024-05-03 23:42:18.750011 |
description | Package experiment for falsefox |
homepage | https://github.com/false-fox/falsefox-crate |
repository | https://github.com/false-fox/falsefox-crate |
max_upload_size | |
id | 1229290 |
size | 4,302 |
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 :)
use falsefox;
fn main () {
println!("{:?}", falsefox::get_github());
// https://github.com/false-fox
}