ruborute v0.1.3
ruborute v0.1.3
Query your local asphyxia@sdvx gaming data. Usage is at https://github.com/RinChanNOWWW/ruborute#usage .
Fix
Asyphyxia only compact the logs on next launching, so ruborute should pick the best records when removing the duplication.
And the data structure storing records is changed from HashMap<u16, Vec<FullRecord>>
to HashMap<u16, HashMap<u8, FullRecord>>
.