An open API service indexing awesome lists of open source software.

https://github.com/lukestorry/sudluko

A sudoku api, written in Rust, with Rocket.
https://github.com/lukestorry/sudluko

api rust rust-lang webapi

Last synced: 11 months ago
JSON representation

A sudoku api, written in Rust, with Rocket.

Awesome Lists containing this project

README

          

# Sudluko

[![Build Status](https://travis-ci.com/LukeStorry/sudluko.svg)](https://travis-ci.com/LukeStorry/sudluko)

### A sudoku api, written in [Rust](https://www.rust-lang.org), with [Rocket](https://rocket.rs).

#### [sudluko.herokuapp.com](https://sudluko.herokuapp.com)

`/generate` generates, and `/solve/` solves.

---

CI with [Travis](https://travis-ci.com/github/LukeStorry/sudluko), then built & hosted on [Heroku](https://devcenter.heroku.com/) using the [emk/rust](https://github.com/emk/heroku-buildpack-rust) buildpack.