From af362ab47dad2a8d8082b03457cd28efdb09b1a2 Mon Sep 17 00:00:00 2001 From: EvilDeaaaadd Date: Thu, 1 Aug 2019 15:48:04 +0300 Subject: [PATCH] .gitignore cleanup; Add README.md; Add documentation --- README.md | 0 src/lib.rs | 1 + 2 files changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/lib.rs b/src/lib.rs index 8006180..f87b48a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,6 +19,7 @@ mod tests { } pub trait OwOifiable { + /// The owoification method fn owoify(&self) -> Self; }