Address concerns

This commit is contained in:
l1npengtul
2022-11-01 00:59:07 +09:00
parent 87e51cb8fe
commit bb01f914e0
9 changed files with 404 additions and 124 deletions

3
src/config/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
//! Contains Configuration for Rhai.
pub mod hashing;