Crates.io | alg-grid |
lib.rs | alg-grid |
version | 0.1.1 |
source | src |
created_at | 2020-06-18 07:06:28.516185 |
updated_at | 2020-06-18 08:53:48.326183 |
description | Algorithms for pathfinding in a 2D or 3D grid. |
homepage | |
repository | https://gitlab.com/harudagondi/alg-grid/ |
max_upload_size | |
id | 255244 |
size | 49,051 |
alg-grid
is a collection of helper functions for 2D and 3D grids, including Dijkstra's and A* algorithm.
These functions are implemented using this website as a reference. Other functions came from the bracket_lib
crate.
This crate does not require a standard library.
Put this in your Cargo.toml
file.
[dependencies]
alg-grid = "0.1"
// TODO: add examples.
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MPL-2.0 © Gio Genre De Asis