lmstfy-client 0.1.4

A rust client for lmstfy server
Documentation

lmstfy-client

lmstfy is a task queue service, created by meitu team.

How to test

  • export config
$ export LMSTFY_CLIENT_TEST_CONFIG='{"namespace": "myns", "token": "imtoken", "host":"localhost", "port": 7777, "queue_suffix": "xxx"}'
  • cargo test