ffi: create lib.rs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
Copyright (C) 2025 Erick Ahmed
|
||||
*/
|
||||
|
||||
pub mod wrappers {
|
||||
pub mod point;
|
||||
}
|
||||
Reference in New Issue
Block a user