cvmts: replace guacamole decoder with a node native module written in rust

This commit is contained in:
modeco80
2024-06-19 01:36:07 -04:00
parent a4247bbcc3
commit 4e50106585
14 changed files with 1011 additions and 501 deletions

3
guac-rs/index.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export function guacDecode(input: string): string[];
export function guacEncode(...items: string[]): string;