From c248d5e95c81045f01cb433a34333f8f4e79fea4 Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Mon, 4 Aug 2014 19:42:37 -0700 Subject: [PATCH] Added stomp-rs (STOMP impl) to the list. --- Community-libraries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Community-libraries.md b/Community-libraries.md index d5b4977..2ee8db4 100644 --- a/Community-libraries.md +++ b/Community-libraries.md @@ -175,6 +175,8 @@ See also [[Computer Graphics and Game Development]]. * [glycerine/rust-nanomsg](https://github.com/glycerine/rust-nanomsg) * ZeroMQ * [erickt/rust-zmq](https://github.com/erickt/rust-zmq): [](https://travis-ci.org/erickt/rust-zmq) +* STOMP + * [zslayton/stomp-rs](https://github.com/zslayton/stomp-rs): [](https://travis-ci.org/zslayton/stomp-rs) ## NoSQL See [Database Access](Community-libraries#wiki-database-access)