5 releases
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 |
#304 in Build Utils
156 downloads per month
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 :)
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
}