cloud-hypervisor/option_parser
Rob Bradford 46b790b582 option_parser: Simplify code for splitting on commas
The parsing is now O(1) as we only consider each character in the input
once and further it removes the need for allocating memory for
reassembling the option parameter.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-08-08 16:23:00 +01:00
..
src option_parser: Simplify code for splitting on commas 2022-08-08 16:23:00 +01:00
Cargo.toml build: migrate to Rust 2021 edition 2022-04-11 09:51:12 +01:00