Docs.rs
  • rusty2048-core-0.1.6
    • rusty2048-core 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • honkinglin
    • Dependencies
      • getrandom ^0.2 normal
      • rand ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • criterion ^0.5 dev
      • proptest ^1.4 dev
    • Versions
    • 88.02% 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

rusty2048_core0.1.6

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • GameConfig
  • GameStats
  • ai::AIGameController
  • ai::AIPlayer
  • board::Board
  • board::Tile
  • game::Game
  • replay::ReplayData
  • replay::ReplayManager
  • replay::ReplayMetadata
  • replay::ReplayMove
  • replay::ReplayPlayer
  • replay::ReplayRecorder
  • rng::GameRng
  • score::Score
  • stats::GameSessionStats
  • stats::ScoreDistribution
  • stats::StatisticsManager
  • stats::StatisticsSummary

Enums

  • ai::AIAlgorithm
  • error::GameError
  • game::Direction
  • game::GameState
  • stats::GameEndReason

Functions

  • get_current_time
  • stats::create_session_stats

Type Aliases

  • error::GameResult