ace-core
Foundation layer. Defines the three codec traits that everything else builds on:
FrameRead<'a>— zero-copy decode from a&mut &'a [u8]cursorFrameWrite— encode into aWriter(either&mut [u8]orBytesMut)Writer— sealed trait abstracting alloc and no-alloc write targets
Also provides DiagError, AddressMode, DiagnosticAddress, and the FrameIter<'a, T> lazy iterator for variable-length repeated fields.
[]
= { = "../ace-core", = false }