ptwm_core
ptwm_core::plane_record
Plane record serialization.
ptwm_core::plane_record
Plane record serialization.
ptwm_core::plane_record
crates/ptwm-core/src/plane_record.rs:1mod plane_recordPlane record serialization.
ptwm_core::plane_record::ChunkEntry
crates/ptwm-core/src/plane_record.rs:15pub struct ChunkEntryptwm_core::plane_record::ExternalStateRef
crates/ptwm-core/src/plane_record.rs:21pub struct ExternalStateRefptwm_core::plane_record::parse_plane_record
crates/ptwm-core/src/plane_record.rs:104pub fn parse_plane_record(buf: &[u8]) -> Result<(PlaneRecord, usize), PtwmCoreError>ptwm_core::plane_record::PLANE_FLAG_CHUNK_TABLE
crates/ptwm-core/src/plane_record.rs:8pub const PLANE_FLAG_CHUNK_TABLEptwm_core::plane_record::PLANE_FLAG_CODEC_TABLE_IDX
crates/ptwm-core/src/plane_record.rs:12pub const PLANE_FLAG_CODEC_TABLE_IDXSignals that the 2-byte `codec_table_idx` field is present immediately after `codec_id` in the wire layout.
ptwm_core::plane_record::PLANE_FLAG_CRC32
crates/ptwm-core/src/plane_record.rs:9pub const PLANE_FLAG_CRC32ptwm_core::plane_record::PlaneRecord
crates/ptwm-core/src/plane_record.rs:29pub struct PlaneRecordptwm_core::plane_record::write_plane_record
crates/ptwm-core/src/plane_record.rs:51pub fn write_plane_record(rec: &PlaneRecord, out: &mut Vec<u8>) -> Result<(), PtwmCoreError>