Expand description
Edit encoding/decoding for GRC-20 binary format.
Implements the wire format for edits (spec Section 6.3).
Structs§
- Encode
Options - Options for encoding edits.
Functions§
- decode_
edit - Decodes an Edit from binary data with zero-copy borrowing.
- decompress
- Decompresses a GRC2Z compressed edit, returning the uncompressed bytes.
- encode_
edit - Encodes an Edit to binary format (uncompressed).
- encode_
edit_ compressed - Encodes an Edit to binary format with zstd compression.
- encode_
edit_ compressed_ with_ options - Encodes an Edit to binary format with zstd compression and options.
- encode_
edit_ profiled - Encodes an Edit with profiling output (two-pass for comparison).
- encode_
edit_ with_ options - Encodes an Edit to binary format with the given options.