mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 06:47:28 +00:00
* Generate native bindings from rust crate * Add native instance and runtime statics * Update README.md
6 lines
119 B
C
6 lines
119 B
C
// Copyright (c) Tribufu. All Rights Reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
#include <tribufu/api.h>
|