general: rename wrappers to ffi for coherency with rest of repo

This commit is contained in:
2025-11-12 23:06:45 +01:00
parent 1630915010
commit 5227384e0c
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
Copyright (C) 2025 Erick Ahmed
*/
pub mod wrappers {
pub mod ffi {
pub mod point;
}