Skip to main content

Crate plato_tile_current

Crate plato_tile_current 

Source
Expand description

plato-tile-current — CurrentLayer adapter for tile export, import, transport

Moves tiles between ships through the fleet current. Handles serialization, chunking for large exports, and import validation. Matches plato-ship-protocol::CurrentLayer trait.

Sprint 3 Task S3-3: tile transport across the fleet.

Structs§

CurrentAdapter
Handles tile export/import across the fleet current. Hand-rolled line protocol (no serde, cargo 1.75 compatible).
CurrentStats
ExportResult
ImportResult
RejectedTile
TransportTile

Enums§

DeployTier

Traits§

CurrentLayer
Current layer: export/import/transport for tiles. Matches plato-ship-protocol::CurrentLayer exactly.