.gitignore cleanup; Add README.md; Add documentation

This commit is contained in:
MrEvilCookie 2019-08-01 15:48:04 +03:00
parent 18df43da89
commit a890b43aa0
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;
}