cloud-hypervisor/option_parser
Sebastien Boeuf ad521fd4e4 option_parser: Create generic type Tuple
Creates a new generic type Tuple so that the same implementation of
FromStr trait can be reused for both parsing a list of two integers and
parsing a list of one integer associated with a list of integers.

This anticipates the need for retrieving sublists, which will be needed
when trying to describe the host CPU affinity for every vCPU.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-11-09 08:59:59 +01:00
..
src option_parser: Create generic type Tuple 2021-11-09 08:59:59 +01:00
Cargo.toml vhost_user_net, vhost_user_block, option_parser: Remove vmm dependency 2020-07-06 18:33:29 +01:00