kellpossible / kellpossible/form-validation
Better implementation of `Debug` for `ValidationError`
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently it uses a manual `write!` it could be done instead using https://doc.rust-lang.org/std/fmt/struct.Formatter.html#method.debug_struct
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for ValidationError and its manual Debug implementation, then read the surrounding formatting code and the Formatter::debug_struct documentation. Replace the manual formatting approach with the requested builder while preserving the existing Debug output, and verify the project’s relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100