arcnmx / qapi-rs

QEMU QMP and Guest Agent protocol for Rust
MIT License
44 stars 11 forks source link

simplify conversion traits and wrapper types #11

Open arcnmx opened 2 years ago

arcnmx commented 2 years ago

Compile times seem to kind of blow up with too many generic impls, and it's not always worth the convenience.

Not all of this necessarily relates to performance, but in general the idea is to be a bit more conservative for the sake of simplicity.