cuengine 0.9.0

Go-Rust FFI bridge for CUE evaluation with production-ready features
1
2
3
4
5
6
7
#ifndef LIBCUE_BRIDGE_H
#define LIBCUE_BRIDGE_H

char* cue_parse_string(const char* content);
void cue_free_string(char* s);

#endif