PTWM
ptwm_core

ptwm_core::plane_record

Plane record serialization.

ptwm_core::plane_record

Plane record serialization.

rsmod

ptwm_core::plane_record

crates/ptwm-core/src/plane_record.rs:1
mod plane_record

Plane record serialization.

rstype

ptwm_core::plane_record::ChunkEntry

crates/ptwm-core/src/plane_record.rs:15
pub struct ChunkEntry
rstype

ptwm_core::plane_record::ExternalStateRef

crates/ptwm-core/src/plane_record.rs:21
pub struct ExternalStateRef
rsfn

ptwm_core::plane_record::parse_plane_record

crates/ptwm-core/src/plane_record.rs:104
pub fn parse_plane_record(buf: &[u8]) -> Result<(PlaneRecord, usize), PtwmCoreError>
rsconst

ptwm_core::plane_record::PLANE_FLAG_CHUNK_TABLE

crates/ptwm-core/src/plane_record.rs:8
pub const PLANE_FLAG_CHUNK_TABLE
rsconst

ptwm_core::plane_record::PLANE_FLAG_CODEC_TABLE_IDX

crates/ptwm-core/src/plane_record.rs:12
pub const PLANE_FLAG_CODEC_TABLE_IDX

Signals that the 2-byte `codec_table_idx` field is present immediately after `codec_id` in the wire layout.

rsconst

ptwm_core::plane_record::PLANE_FLAG_CRC32

crates/ptwm-core/src/plane_record.rs:9
pub const PLANE_FLAG_CRC32
rstype

ptwm_core::plane_record::PlaneRecord

crates/ptwm-core/src/plane_record.rs:29
pub struct PlaneRecord
rsfn

ptwm_core::plane_record::write_plane_record

crates/ptwm-core/src/plane_record.rs:51
pub fn write_plane_record(rec: &PlaneRecord, out: &mut Vec<u8>) -> Result<(), PtwmCoreError>