.gitignore cleanup; Add README.md; Add documentation
This commit is contained in:
parent
7c42a42beb
commit
af362ab47d
|
@ -19,6 +19,7 @@ mod tests {
|
|||
}
|
||||
|
||||
pub trait OwOifiable {
|
||||
/// The owoification method
|
||||
fn owoify(&self) -> Self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue