gz / rust-x86

Rust library to use x86 (amd64) specific functionality and registers.
https://docs.rs/x86
MIT License
307 stars 61 forks source link

Constify parts of descriptor creation #154

Closed terrarier2111 closed 11 months ago

terrarier2111 commented 11 months ago

This is really useful when constructing descriptors in a static

gz commented 11 months ago

Thanks for the contribution