Skip to content

Pure Dart implementation of Cap'n Proto – an extremely efficient protocol for sharing data and capabilities.

License

Notifications You must be signed in to change notification settings

JonasWanke/capnproto-dart

Repository files navigation

capnproto-dart: Cap'n Proto for Dart

Build, Test & Lint Coverage

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

About

Pure Dart implementation of Cap'n Proto – an extremely efficient protocol for sharing data and capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project