leafslug 0.4.2

Leafslug is a cutie that slowly makes my world a better place.
Documentation
1
2
3
4
5
6
use leafslug::LESLY;

fn main() {
    // we just need to say hello!
    println!("{}", LESLY);
}