slacker 0.0.7

Slacker server built on top of tokio.
Documentation

Slacker Rust

Build Status

This is a proof of concept implementation of Slacker RPC.

What's working

  • v5 protocol
  • Single thread server that hosts function returns future (oneshot)
  • Threaded server that hosts normal synchronous functions
  • Client with basic functionalities

License

This library is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.