Summary
- Change whole file structure (divide implementations into binary crate and library crate).
- Add
extension_manager
to manage external emulation module by cargo. - Fix a SATA emulation bug.
- Update the rust edition (2021 -> 2024).
What's Changed
- Implement the identity_map feature by @Alignof in #84
- Remove variable is regardless of binary info from hikami core by @Alignof in #86
- Add
hikami_core
andextension_manager
. by @Alignof in #85 - Update edition (2021 -> 2024) by @Alignof in #87
- Fix SATA emulation bug by @Alignof in #88
- Ver 2.0.0 by @Alignof in #89
Full Changelog: v1.2.0...v2.0.0