Cysharp / MemoryPack

Zero encoding extreme performance binary serializer for C# and Unity.
MIT License
3.29k stars 193 forks source link

Is there any possable to support cpp/python? #137

Closed dameng324 closed 1 year ago

dameng324 commented 1 year ago

As I known, .net library can be compiled to native C interface library via .Net7's NativeAOT, can we use this feature to let MemoryPack support other language like cpp/python/go?

neuecc commented 1 year ago

I have plans to create a Rust implementation.