nms-graph 0.0.1

In-memory galactic model with spatial index and routing for No Man's Sky Copilot
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 973.29 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • oxur/nms-copilot
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • oubiwann

In-memory galactic model for NMS Copilot.

The heart of the system — builds and maintains a spatial graph of all known star systems using three parallel data structures:

  • petgraph — topology layer for pathfinding and TSP routing
  • R-tree — geometric layer for nearest-neighbor and radius queries
  • HashMaps — associative layer for fast lookup by name, biome, etc.

Supports incremental updates from the file watcher.