Merge Rust, C and C++ SDKs (#4)

* Generate native bindings from rust crate

* Add native instance and runtime statics

* Update README.md
This commit is contained in:
Guilherme Werner
2025-06-11 12:49:31 -03:00
committed by GitHub
parent 738f9c947b
commit a392dbb119
39 changed files with 1213 additions and 24 deletions

6
include/tribufu.h Normal file
View File

@ -0,0 +1,6 @@
// Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT
#pragma once
#include <tribufu/api.h>