1 unstable release
0.1.0 | Jun 22, 2019 |
---|
#589 in Memory management
6KB
81 lines
simple_games
Implementation of simple games
Available games
- Hangman;
Features
std
- Enables usage of standard library. Without it requiresalloc
module. Enabled by default.
lib.rs
:
Simple games implementations
Available games:
Features:
std
- Enables usage of standard library. Without it requiresalloc
module. Enabled by default.