vectie/moonmoon/src/core does not have a README file
pub(all) struct LunarSite {
site_id : String
name : String
body : String
bounds : LunarBounds
center : LunarCoordinate
purpose : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct TerrainCell {
tile_id : String
row : Int
col : Int
elevation_m : Double
provenance : Provenance
uncertainty : Uncertainty
} derive(Eq, ToJson, Debug, FromJson)fn derived_provenance(source : Provenance, generated_by : String, product_type : String) -> Provenancefn measured_provenance(dataset_id : String, source_title : String, source_url : String, license : String, product_type : String) -> ProvenanceMoonBit-native lunar world model for measured terrain evidence, mission constraints, and robot-facing MoonSuite boundaries.
Dependencies