-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
I'm working on a KVM library and I find myself reimplementing most of the types from this crate. I can't use this crate, however, because of your (legitimate) need for asm!()
. Would this project consider merging a patch that splits this crate into two halves: one containing raw types (such as RFlags
) and the other containing implementations for things like reading and writing the registers?