Browse Source

Add lua-cmsgpack plugin;

bjorn 2 years ago
parent
commit
35b0cd5d6b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      guides/Plugins.md

+ 4 - 0
guides/Plugins.md

@@ -40,6 +40,10 @@ List of Plugins
       <td><a href="https://github.com/bjornbytes/lua-cjson">lua-cjson</a></td>
       <td>Fast native JSON encoder/decoder</td>
     </tr>
+    <tr>
+      <td><a href="https://github.com/antirez/lua-cmsgpack">lua-cmsgpack</a></td>
+      <td>Lua MessagePack C implementation.</td>
+    </tr>
     <tr>
       <td><a href="https://github.com/bjornbytes/lua-deepspeech">lua-deepspeech</a></td>
       <td>Speech recognition using Mozilla's DeepSpeech library</td>