.class models

This commit is contained in:
nora 2021-07-18 20:51:29 +02:00
parent e9a7716843
commit 9d8a01b864
5 changed files with 358 additions and 9 deletions

3
src/parse/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod model;
pub fn parse_class_file(data: &[u8]) {}