feat: add best-effort rust impl (minicbor + bumpalo + sync CAR)
zero-copy CBOR via minicbor, bump arena allocation, hand-rolled
sync CAR parser. narrows the zig gap from ~10x to ~2.5x, showing
the difference is SDK architecture (jacquard: 48k fps) vs language
(raw: 244k fps vs zat: 628k fps).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>