lavish

Crates.iolavish
lib.rslavish
version0.4.0
sourcesrc
created_at2019-06-06 13:07:54.415059
updated_at2019-06-25 00:31:59.943313
descriptionRPC runtime for Lavish
homepage
repositoryhttps://github.com/lavish-lang/lavish-rs
max_upload_size
id139403
size54,318
Amos Wenger (fasterthanlime)

documentation

README

lavish-rs

Build Status MIT licensed

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.

Commit count: 44

cargo fmt