diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:14:49 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:14:49 +0200 |
| commit | 007af47ed42931b887483be6ec95073c198ab07f (patch) | |
| tree | e626be89b4ea0f61025d6a85ef2d7075b878371e /typst/typst.h | |
| parent | 4551f9c554c1fef32ef2b7e55b01b1fb90186cbf (diff) | |
feat(typst): extern rust functions for C ABI
Diffstat (limited to 'typst/typst.h')
| -rw-r--r-- | typst/typst.h | 2 |
1 files changed, 2 insertions, 0 deletions
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*); |
