ad8a98f7e4
We are only caring about '=' and '-' which are single-byte codepoints, so there's no reason not to work on a byte slice. Also, some indentation reduction: Transform if (a) { ... return A; } return B; into if (!a) return B; return A; and if (a) if (b) foo() into if (a && b) return; Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
api | ||
api3 | ||
backup | ||
bin | ||
catar | ||
cli | ||
config | ||
server | ||
storage | ||
tools | ||
api3.rs | ||
getopts.rs | ||
lib.rs | ||
section_config.rs | ||
static_map.rs | ||
tools.rs |