/sandstorm-rawapi-example-rust

Example Sandstorm app using only the raw Cap'n Proto API, written in Rust.

Primary LanguageRustOtherNOASSERTION

Sandstorm Raw API Example App In Rust

This is an example Sandstorm application which uses the raw Cap'n Proto-based Sandstorm API to serve a web UI without an HTTP server. The original version was written in C++.

Running

Install Rust, Cap'n Proto, and Sandstorm. Then do:

$ cargo build --release
$ spk dev