1 2 3 4 5 6 7
use bms_sm::StringData; fn main() { let strings = StringData::read().unwrap(); dbg!(strings); }