nms-graph 0.0.1

In-memory galactic model with spatial index and routing for No Man's Sky Copilot
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "nms-core"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ddcdf90e2dd62c3726496b1e34bdd583081b2ff670d2d4c47d9020a2ae0504"

[[package]]
name = "nms-graph"
version = "0.0.1"
dependencies = [
 "nms-core",
]