rust-vmm / vmm-sys-util

Helpers and utilities used by multiple rust-vmm components and VMMs
BSD 3-Clause "New" or "Revised" License
78 stars 64 forks source link

Rename `with-serde` feature to just `serde` #220

Open roypat opened 4 months ago

roypat commented 4 months ago

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