stateroom-server 0.2.7

Actix server actor implementation of Stateroom services
Documentation
1
2
3
4
5
6
7
8
9
# stateroom-server

This crate provides [Actix](https://actix.rs/) actors for serving a
Stateroom service. It can be used both with native Rust Stateroom services, or
(in conjunction with the `stateroom-wasm-host` crate), for Stateroom services
built into WebAssembly modules.

This crate does not provide a server binary, only actors. A server binary using
these actors is implemented in the `stateroom-cli` crate.