astar 0.0.3

A generic implementation of the A* pathfinding algorithm.
[package]
name = "astar"
version = "0.0.3"
authors = ["Ty Overby <ty@pre-alpha.com>"]

repository = "https://github.com/TyOverby/astar"
documentation = "http://tyoverby.com/astar/astar/"
keywords = ["astar", "search", "path", "pathfinding"]
license = "MIT"
description = "A generic implementation of the A* pathfinding algorithm."

[dependencies]
num = "*"