kellpossible / kellpossible/form-validation

Better implementation of `Debug` for `ValidationError`

Open
#8 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.