Skip to content

Commit

Permalink
Add shields to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrixLarsen committed Apr 18, 2017
1 parent 5bb7cdb commit 6a93f76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# capnproto-dlang: Cap'n Proto for D

[![Dub version](https://img.shields.io/dub/v/capnproto-dlang.svg)](https://code.dlang.org/packages/capnproto-dlang)
[![Dub downloads](https://img.shields.io/dub/dt/capnproto-dlang.svg)](https://code.dlang.org/packages/capnproto-dlang)
[![Build Status](https://travis-ci.org/ThomasBrixLarsen/capnproto-dlang.svg?branch=master)](https://travis-ci.org/ThomasBrixLarsen/capnproto-dlang)

[Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data
and capabilities, and capnproto-dlang is a work-in-progress pure D implementation.

0 comments on commit 6a93f76

Please sign in to comment.