/speedsheet

SpeedSheet. Like a spreadsheet. But fast.

Primary LanguageRustApache License 2.0Apache-2.0

SpeedSheet CircleCI

Like a spreadsheet. But in fast.

A running instance can be found at https://speed-sheet.herokuapp.com/.

How to run it?

Install Rust (e.g. via Rustup), clone the repository, run

cargo +nightly run

and point your browser to http://localhost:8000. The +nightly is important because the rocket web framework we use does not work with Rust stable yet.