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