klensy
klensy
This leads to (possibly) different set of selected features when building some crates. https://github.com/BurntSushi/memchr/commit/8efd67fcc412445d6978cf35761ab81ed2d6e6fe
Thus reducing struct size. Recently changed, so r? @compiler-errors
Hi. I want to change/add new output for blk_unpack's json. Now, program (when using `--format=json`) writes content of groups (`foo{}`) from blk as json objects if they unique in current...
Export most interesting weapon (and ammo) parameters in separate tables for easy viewing and comparing. 1. Choose interesting parameters list. 2. Choose a table layout.
In new blk files (i don't know from which version exactly), there present ```include "somefile.blk"``` command. Currently, blk_unpack doesn't support this type, so can unpack files with errors, need to...
Few string allocating optimizations and replacing of deprecated `trim_left_matches`.
Unable to select few comparison metrics, for example, `context-switches` with error: ``` Failed to deserialize request: Error("unknown variant `context-switches`, expected one of `instructions:u`, `cycles:u`, `faults`, `max-rss`, `task-clock`, `wall-time`, `cpu-clock`", line:...
See the links on https://github.com/rust-lang/rust/issues/96188