Closed GregoryConrad closed 6 months ago
I am not keen to use rinf after all the recent controversy surrounding it, so I may instead just take a look into how hard it'd be to implement everything manually with FFI when native assets role around.
Might as well just stick with FRB.
Two main reasons why:
Vec<String>
over ffi for document lists, where these strings are actually just JSON-encodedMap<String, String>
. This clearly is suboptimal and protobuff and rinf would likely help here.