Skip to main content

Crate nms_core

Crate nms_core 

Source
Expand description

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

Re-exports§

pub use address::AddressParseError;
pub use address::GalacticAddress;
pub use address::PortalAddress;
pub use address::PortalParseError;
pub use biome::Biome;
pub use biome::BiomeParseError;
pub use biome::BiomeSubType;
pub use discovery::Discovery;
pub use discovery::DiscoveryParseError;
pub use discovery::DiscoveryRecord;
pub use galaxy::Galaxy;
pub use galaxy::GalaxyType;
pub use galaxy::GalaxyTypeParseError;
pub use glyph::Glyph;
pub use glyph::GlyphParseError;
pub use player::BaseType;
pub use player::BaseTypeParseError;
pub use player::PlayerBase;
pub use player::PlayerState;
pub use system::Planet;
pub use system::System;

Modules§

address
biome
discovery
galaxy
glyph
player
system