simple_games 0.1.0

Implementation of simple games
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented1 out of 9 items with examples
  • Size
  • Source code size: 8.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Douman/simple_games
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DoumanAsh

simple_games

Build Crates.io Documentation

Implementation of simple games

Available games

  • Hangman;

Features

  • std - Enables usage of standard library. Without it requires alloc module. Enabled by default.