I DID STUFF, GOD A PROC MACRO AND SHIT

This commit is contained in:
Rusty Striker 2024-09-22 23:46:51 +03:00
commit 22319e84a1
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
28 changed files with 3101 additions and 0 deletions

5
src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub mod user;
pub mod table;
pub mod api;
pub mod game;
pub mod pathfinder2r_impl;