seasick 0.4.0

FFI-safe nul-terminated strings with ownership semantics
1
2
/// Return a new owned string of joined `left` and `right`, or null.
char *concat(const char *left, const char *right);