Hi everyone! I've recently been looking for Dart implementations of Cap'n Proto, but couldn't find any, and only found this thread just now.
In the past two days, I've implemented a simple (very limited) decoder: https://pub.dev/packages/capnproto. I probably won't have the time to make it a feature-complete port any time soon, but am open to external contributions! On Tuesday, February 4, 2020 at 10:49:46 PM UTC+1 [email protected] wrote: > Hi Matt! > > Sorry for the slow reply, I was travelling. > > That sounds great! I don't recall anyone working on a Dart port. > > I don't know very much about Dart, but my impression is that a Dart > implementation of Cap'n Proto is likely to have a lot of similarities with > the Java implementation. It might make sense to study how the Java > implementation works for reference. > > https://github.com/capnproto/capnproto-java > > -Kenton > > On Tue, Jan 21, 2020 at 11:05 PM Matt Ho <[email protected]> wrote: > >> Hi there, I was reading through Cap'n Proto and it seems perfect for my >> use case. I looked around and was interested in writing a dart port if no >> one else has picked up the mantle. Would love any advise in getting >> started. >> >> M >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Cap'n Proto" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/capnproto/e4feb062-8e11-465c-9d20-818b3b1bb8b3%40googlegroups.com >> >> <https://groups.google.com/d/msgid/capnproto/e4feb062-8e11-465c-9d20-818b3b1bb8b3%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/d3ca9be0-1e15-44fe-8ffd-3ca2cc767c3bn%40googlegroups.com.
