grid_search_maze 0.1.0

Maze generator for testing and benchmarking grid-searching algorithms
Documentation
[dependencies.grid_2d]
version = "0.14"

[dependencies.rand]
version = "0.7"

[dependencies.rand_isaac]
features = ["serde1"]
version = "0.2"

[package]
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
description = "Maze generator for testing and benchmarking grid-searching algorithms"
documentation = "https://docs.rs/grid_search_maze"
edition = "2018"
homepage = "https://github.com/stevebob/grid-search.git"
license = "MIT"
name = "grid_search_maze"
readme = "README.md"
repository = "https://github.com/stevebob/grid-search.git"
version = "0.1.0"