Crate facet_format_postcard

Crate facet_format_postcard 

Source
Expand description

Postcard binary format for facet using the Tier-2 JIT architecture.

This crate provides Tier-2 JIT deserialization for the postcard binary format. It implements JitFormat and FormatJitParser to enable direct byte-level parsing without going through the event abstraction.

Note: This crate is Tier-2 only. It does not implement a full FormatParser (ParseEvent) stack. For non-JIT postcard support, use facet-postcard.

Structs§

PostcardError
Postcard parsing error.
PostcardParser
Postcard parser for Tier-2 JIT deserialization.

Enums§

DeserializeError
Error produced by FormatDeserializer.

Functions§

from_slice
Deserialize a value from postcard bytes (non-JIT fallback).