You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bmaptools checks the integrity of the bmap file before starting to copy.
Bmap-rs has the value bmap_file_checksum inside the Bmap struct but still does not check it. This is possible because there is a #[allow(dead_code)] flag in place.