a-star_traitbased 0.1.3

Implemetaion of A* useful for stuct, based on train implementation
Documentation
[dependencies]

[package]
categories = ["algorithms"]
description = "Implemetaion of A* useful for stuct, based on train implementation"
edition = "2021"
homepage = "https://github.com/Dah-phd/a-star_traitbased"
include = ["src/**/*", "Cargo.toml", "LICENCE", "README.MD"]
keywords = ["a_star", "astar", "pathfinding", "algorithm", "trait"]
license = "MIT"
name = "a-star_traitbased"
readme = "README.md"
repository = "https://github.com/Dah-phd/a-star_traitbased"
version = "0.1.3"