https://github.com/madeindjs/find_my_word
https://github.com/madeindjs/find_my_word
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeindjs/find_my_word
- Owner: madeindjs
- Archived: true
- Created: 2018-04-13T11:58:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T11:48:39.000Z (about 8 years ago)
- Last Synced: 2025-02-05T21:54:17.729Z (over 1 year ago)
- Language: HTML
- Size: 591 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find my Word
## Build
```bash
$ rustup override set nightly
$ rustup update && cargo update
$ cargo build --release
```