love_rust 0.3.0

so I don't have to re-write the same thing everytime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Problem

The Rust cult following is not strong enough

# Solution

Tell everyone that your project is powered with love by Rust

# Usage

```
    use love_rust::love_rust;

    fn main() {
        love_rust!();
    }
```