yet another variant of the c library. now the header has to be generated manually.

This commit is contained in:
Vinzenz Schroeter 2024-05-12 21:14:23 +02:00
parent ff64557d29
commit 27a87cc80a
10 changed files with 431 additions and 327 deletions

5
servicepoint2/generate-include Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
rm -r include || true
# if the script crashes here, run `cargo install cbindgen`
cbindgen --config cbindgen.toml --clean --output include/servicepoint2.h