spacebattleship 0.1.0

Implementation of the classic game Battleship with support for arbitrary dimensions and spaces through generics.
Documentation
[dependencies.enumflags2]
version = "^0.6"

[dependencies.once_cell]
optional = true
version = "^1.4"

[dependencies.rand]
optional = true
version = "^0.7.3"

[dependencies.thiserror]
version = "^1.0"

[features]
rng_gen = ["rand", "once_cell"]

[package]
authors = ["Zachary Stewart <zachary@zstewart.com>"]
description = "Implementation of the classic game Battleship with support for arbitrary dimensions and spaces through generics."
documentation = "https://docs.rs/spacebattleship"
edition = "2018"
homepage = "https://github.com/zstewar1/spacebattleship"
keywords = ["battleship"]
license = "Apache-2.0"
name = "spacebattleship"
readme = "../README.md"
repository = "https://github.com/zstewar1/spacebattleship"
version = "0.1.0"