|
|
|
|
|
by sushisource
174 days ago
|
|
Really cool project. Any plans to port the API to other languages? My use case for something like this is to represent types that are used on either side of FFI (Rust <--> Some other language). Pairing this with a code generator for the shared types would be great. That's something flatbuffers/capnproto do well that isn't just pure speed. |
|
You will be able to access the same data in different languages using APIs specific to your language.
Right now someone has already made a (private) Go port. And Rust is also in the works.