Rust's naming guidelines state that we should avoid placeholder words such as "with" in feature names: https://rust-lang.github.io/api-guidelines/naming.html#feature-names-are-free-of-placeholder-words-c-feature. See also https://github.com/rust-vmm/kvm-bindings/pull/101#discussion_r1559045731