gentoo90 / winreg-rs

Rust bindings to MS Windows Registry API
MIT License
168 stars 36 forks source link

[ Feature ] RegKeyRename #58

Closed dfirence closed 12 months ago

dfirence commented 1 year ago

Can you extend the lib to offer rename of RegKey objects?

maybe https://learn.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regrenamekey

gentoo90 commented 12 months ago

Fixed in 0.13.0(winapi)/0.52.0(windows-rs)

dfirence commented 12 months ago

Wonderful @gentoo90 - Thank you for the feature