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.
- Host: GitHub
- URL: https://github.com/lukestorry/sudluko
- Owner: LukeStorry
- Created: 2020-03-27T11:53:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T13:06:49.000Z (about 6 years ago)
- Last Synced: 2025-03-05T11:18:30.121Z (over 1 year ago)
- Topics: api, rust, rust-lang, webapi
- Language: Rust
- Homepage: https://sudluko.herokuapp.com
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudluko
[](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.