ffi: create lib.rs

This commit is contained in:
2025-11-12 16:18:42 +01:00
parent 13c8dae325
commit ced3c4d22b
+8
View File
@@ -0,0 +1,8 @@
/*
SPDX-License-Identifier: AGPL-3.0-or-later
Copyright (C) 2025 Erick Ahmed
*/
pub mod wrappers {
pub mod point;
}