cleanup + further optimize split_function_chars

This commit is contained in:
Simon Gardling
2022-05-07 02:19:52 -04:00
parent bf58e82c80
commit 79782d84b1
8 changed files with 89 additions and 82 deletions

View File

@@ -9,6 +9,9 @@
#[macro_use]
extern crate static_assertions;
#[macro_use]
extern crate uuid;
mod consts;
mod function_entry;
mod function_manager;