capnproto 0.2.0 capnproto: ^0.2.0 copied to clipboard
Cap'n Proto is an extremely efficient protocol for sharing data and capabilities.
capnproto-dart: Cap'n Proto for Dart #
Cap'n Proto is an extremely efficient protocol for sharing data and capabilities, and capnproto-dart is a pure Dart implementation.
The example folder contains sample structs and a sample message, and a full walkthrough of using this package in example/main.dart.
In this early stage, this package only supports decoding messages containing primitive values and lists of primitives or structs. The following features are not yet supported:
- encoding messages
- packed messages
- enums, groups & unions
- default values
- inter-segment pointers with a two-word landing pad
- RPCs/Capabilities