Docs

This is a project created to help me better my CLI skills and rustdoc skills.

Here is a link!

Example

fn foo() -> i32 {
    1 + 1
}