casey / casey/x-serialization-format
Add canonicality checks and annotations
Open
- Dominant language
- Rust
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- Objects are always in traversal order
- Objects in buffer don't overlap
- Objects cover all bytes in buffer
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points, so begin by locating the object traversal and buffer representation in the Rust codebase. Done means canonicality checks and annotations address the three listed invariants: traversal order, non-overlap, and complete byte coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100