Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix double borrows | Nicholas Johnson | 2024-06-23 |
| | |||
* | Implement generate_to_buffer() | Nicholas Johnson | 2024-05-13 |
| | |||
* | Clean up syntax | Nicholas Johnson | 2024-05-13 |
| | |||
* | Use a buffered writer | Nicholas Johnson | 2024-05-13 |
| | | | | Fewer system calls speeds up runtime. | ||
* | Remove unnecessary type declarations | Nicholas Johnson | 2024-05-06 |
| | |||
* | Complete replacement of print!() with write!() | Nicholas Johnson | 2024-05-03 |
| | |||
* | Replace println!() with write!() | Nicholas Johnson | 2024-05-03 |
| | | | | This prevents unnecessary locking, which speeds up the loops. | ||
* | Lint code with cargo clippy | Nicholas Johnson | 2024-04-24 |
| | |||
* | Format code with cargo fmt | Nicholas Johnson | 2024-04-24 |
| | |||
* | Make program description more consistent | Nicholas Johnson | 2024-04-22 |
| | |||
* | Write library crate documentation | Nicholas Johnson | 2024-04-22 |
| | |||
* | Make hitomezashi_rs a proper library cratev3.0.0 | Nicholas Johnson | 2024-04-21 |