time(1p)
equivalent
Would a simple wrapper around https://doc.rust-lang.org/std/time/struct.SystemTime.html suffice?
kv(1)
- key/value
I definitely think this is a little too high-level to implement here as its own tool. We should aim to support this via other tools in harakit, though.
Could you elaborate on this?
kv(1)
- key/value
ASV (#19) might be better than =
. Multiple fields would also be nice, but may be overcomplicating the matter.
I don't think the collision is much concern. Consider ed(1) and shred(1) - they're obviously different based on their names and used in different contexts. They don't get mixed up. "Ed" is not a…
I can go about refactoring all the code that uses them tonight. I would be fine with outright disallowing do-whiles.
I'd like to suggest prohibiting the use of do-while loops.
I can sort of get behind this because as far as I know they aren't in Rust. I think having similar C practices to Rust practices is…
I think I've come around on this having tried writing this style of code a bit to practice.