.gitignore cleanup; Add README.md; Add documentation

This commit is contained in:
EvilDeaaaadd 2019-08-01 15:48:04 +03:00
parent 7c42a42beb
commit af362ab47d
2 changed files with 1 additions and 0 deletions

0
README.md Normal file
View File

View File

@ -19,6 +19,7 @@ mod tests {
}
pub trait OwOifiable {
/// The owoification method
fn owoify(&self) -> Self;
}