Docs.rs
  • nogo-1.0.0
    • nogo 1.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • timmyjose
    • Dependencies
    • Versions
    • 36.21% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nogo1.0.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

List of all items

Structs

  • error_handling::NogoError
  • game_logic::NogoBoard
  • game_logic::Point

Enums

  • error_handling::NogoErrorKind
  • game_logic::PlayerInput
  • game_logic::PlayerType

Functions

  • error_handling::clean_exit
  • error_handling::construct_error
  • error_handling::exit_with_error
  • error_handling::validation::validate_new_game_parameters
  • error_handling::validation::validate_user_move
  • game_logic::continue_saved_game
  • game_logic::start_new_game
  • io::display_usage
  • io::get_game_arguments
  • io::get_player_move
  • io::load_game_state
  • io::parse_player_strings_from_saved_file
  • io::parse_save_file_metadata
  • io::save_game_state

Type Aliases

  • error_handling::Result

Constants

  • game_logic::MAX_BOARD_DIMENSION
  • game_logic::MIN_BOARD_DIMENSION
  • game_logic::PLAYER_ONE
  • game_logic::PLAYER_ZERO