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; }