4 releases (breaking)
0.4.0 | Jun 25, 2019 |
---|---|
0.3.0 | Jun 14, 2019 |
0.2.0 | Jun 13, 2019 |
0.1.0 | Jun 6, 2019 |
#33 in #msgpack
55KB
1.5K
SLoC
lavish-rs
An RPC runtime for lavish. Imported by code generated by lavish-compiler
Design choices
Originally prototyped on top of futures 0.3 & romio, it is currently using threads, mpsc channels and std::net so that:
- It stays compatible with rust stable
- It doesn't have so many experimental dependencies
It's entirely possible this decision will be revisited in the future.
Dependencies
~1.5MB
~28K SLoC