add lane data

This commit is contained in:
2024-04-17 23:23:07 +02:00
parent 819fafa92c
commit ce276e5ba0
4 changed files with 83 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
pub mod area;
pub mod lane;
pub mod meta;
pub mod section;
pub mod speed;
mod util;
pub mod windows_pe;