Add native instance and runtime statics

This commit is contained in:
2025-06-04 18:35:14 -03:00
parent 6ab490ce07
commit d2ec71e7ae
7 changed files with 121 additions and 21 deletions

View File

@@ -1,5 +1,8 @@
// Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: UNLICENSED
#![allow(dead_code)]
pub mod api;
pub mod mem;
pub mod models;