Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configurable logging | Tomasz Kramkowski | 10 days | 1 | -0/+269 |
| | | | | | | | | Would be good to maybe log more things, and maybe play around with log levels. But this is okay for now. stderrlog probably will go at some point, too many unnecessary transient dependencies | ||||
* | Use moro local to reduce allocations | Tomasz Kramkowski | 10 days | 1 | -0/+33 |
| | | | | | This means that we can also use Rc instead of Arc (which should have been used instead of re-allocating in the first place). | ||||
* | Version 0.2.0v0.2.0 | Tomasz Kramkowski | 2025-07-04 | 1 | -1/+1 |
| | |||||
* | Asynchronous process execution | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+10 |
| | |||||
* | Minimal changes to convert to async | Tomasz Kramkowski | 2025-06-27 | 1 | -2/+3 |
| | |||||
* | Initial commit | Tomasz Kramkowski | 2025-06-27 | 1 | -0/+691 |