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§
- Postcard
Error - Postcard parsing error.
- Postcard
Parser - Postcard parser for Tier-2 JIT deserialization.
Enums§
- Deserialize
Error - Error produced by
FormatDeserializer.
Functions§
- from_
slice - Deserialize a value from postcard bytes (non-JIT fallback).