qalc integrated

This commit is contained in:
maxstrb 2026-02-23 14:15:12 +01:00
parent 0f5818432c
commit 672d69ef75
11 changed files with 231 additions and 16 deletions

5
src/qalc_bridge.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include "rust/cxx.h"
#include <string>
rust::String qalc_calculate(rust::Str expression, int32_t timeout_ms);