Rustep
Rustep copied to clipboard
Refactor when const generic in Rust is done.
#https://github.com/rust-lang/rust/issues/44580 With const generic, the two version(32-bit and 64-bit version) of the same file format can be parsed like only one format without so much duplicated code like there is for now.