path-finding-lib 0.1.6

This library provides a variety of path finding and graph operations. Work in progress.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "path-finding-lib"
version = "0.1.6"
edition = "2021"
license = "MIT"
authors = ["barblin"]
documentation = "https://github.com/barblin/path-finding-lib-rust/blob/master/README.md"
readme = "README.md"
repository = "https://github.com/barblin/path-finding-lib-rust"
homepage = "https://github.com/barblin"
description = "This library provides a variety of path finding and graph operations. Work in progress."
keywords = ["game",  "path", "path-finding", "mst", "graph"]
categories = ["algorithms", "games", "game-development", "data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derivative = "2.2.0"