From 007af47ed42931b887483be6ec95073c198ab07f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 16:14:49 +0200 Subject: feat(typst): extern rust functions for C ABI --- typst/typst.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 typst/typst.h (limited to 'typst/typst.h') diff --git a/typst/typst.h b/typst/typst.h new file mode 100644 index 0000000..ca6c21f --- /dev/null +++ b/typst/typst.h @@ -0,0 +1,2 @@ +extern const char *typst_generateSVG(const char*); +extern void typst_freeSVG(const char*); -- cgit v1.2.3