cloud-hypervisor/vmm
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 build: bump anyhow from 1.0.45 to 1.0.46 2021-11-08 23:34:03 +00:00