Adam Perkowski
Adam Perkowski
this is in linutil for as long as the time itself i think we safely can consider this a feature now
/label 'rust'
@ChrisTitusTech Updated. Everything works.
@nnyyxxxx Done.
Aren't there gonna be github workflows issues here?
Yes I see. I'd suggest renaming directories for: - `core` to `linutil_core` - `tui` to `linutil_tui` (https://rust-lang.github.io/api-guidelines/naming.html) and removing `edition = "2021"` from `Cargo.toml`s for the crates (replacing with `edition.workspace...
> This is in the linutil repository, it's redundant to include it in the directory name. The crate names should include linutil since they could be published on crates.io or...
/label 'bug'
> I have considered either using / implementing a premade one into the project, or making my own and contribute, but i fisrt wanted to ask if this would be...