aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAge
* Fix double borrowsNicholas Johnson2024-06-23
|
* Implement generate_to_buffer()Nicholas Johnson2024-05-13
|
* Clean up syntaxNicholas Johnson2024-05-13
|
* Use a buffered writerNicholas Johnson2024-05-13
| | | | Fewer system calls speeds up runtime.
* Remove unnecessary type declarationsNicholas Johnson2024-05-06
|
* Complete replacement of print!() with write!()Nicholas Johnson2024-05-03
|
* Replace println!() with write!()Nicholas Johnson2024-05-03
| | | | This prevents unnecessary locking, which speeds up the loops.
* Lint code with cargo clippyNicholas Johnson2024-04-24
|
* Format code with cargo fmtNicholas Johnson2024-04-24
|
* Make program description more consistentNicholas Johnson2024-04-22
|
* Write library crate documentationNicholas Johnson2024-04-22
|
* Make hitomezashi_rs a proper library cratev3.0.0Nicholas Johnson2024-04-21