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;
}
+1 -1
View File
@@ -3,7 +3,7 @@
Copyright (C) 2025 Erick Ahmed
*/
use arc_core::wrappers::point::Point;
use arc_core::ffi::point::Point;
#[test]
fn point_creation() {