feat: error type and input check

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-11 21:28:40 +03:00
parent a93ed4e9aa
commit e34adfddcf
3 changed files with 44 additions and 0 deletions

View file

@ -1,4 +1,5 @@
pub mod database;
pub mod error;
pub mod feature;
pub mod utils;