1
0
Fork 0

split generation into method and struct files

This commit is contained in:
Cyborus 2024-02-09 23:28:23 -05:00
parent 07806529f9
commit 7938d81544
No known key found for this signature in database
6 changed files with 6046 additions and 6038 deletions

7225
src/generated/methods.rs Normal file

File diff suppressed because it is too large Load diff

2
src/generated/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod methods;
pub mod structs;

6021
src/generated/structs.rs Normal file

File diff suppressed because it is too large Load diff