2 releases
0.1.1 | Jun 18, 2020 |
---|---|
0.1.0 | Jun 18, 2020 |
#359 in No standard library
32KB
728 lines
alg-grid
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.
Table of Contents
Install
Put this in your Cargo.toml
file.
[dependencies]
alg-grid = "0.1"
Usage
// TODO: add examples.
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MPL-2.0 © Gio Genre De Asis
Dependencies
~2–2.8MB
~64K SLoC