nms-core 0.0.1

Core types, enums, address math, and portal glyph display 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.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 974.03 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 20s 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

Core types, enums, address math, and portal glyph display for NMS Copilot.

This crate provides the foundational types used by all other NMS Copilot crates:

  • GalacticAddress — 48-bit packed coordinates with bidirectional conversion
  • Portal glyph system — hex, emoji, name, and index interconversion
  • Biome / BiomeSubType enums matching game data
  • System, Planet, PlayerBase, PlayerState models
  • Distance calculation (Euclidean voxel distance × 400 ly)