项目作者: xmonader

项目描述 :
Capnp support for intellij
高级语言: Java
项目地址: git://github.com/xmonader/sercapnp.git
创建时间: 2017-06-26T09:37:04Z
项目社区:https://github.com/xmonader/sercapnp

开源协议:BSD 3-Clause "New" or "Revised" License

下载


sercapnp

Capnp support for intellij

About

What is Capnp or Cap’n proto?

Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.
https://capnproto.org/

Syntax Highlighting

alt text
alt text

Generating IDs

From tools menu -> Generate capnp id or Ctrl+Alt+A then G

Building

The plugin can be built using Gradle.

  1. ./gradlew buildPlugin

The plugin JAR can then be found in build/libs/sercapnp-VERSION.jar.