kellpossible / kellpossible/form-validation
Remove dependency on `uuid`
- Dominant language
- Rust
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently `uuid` is used for a random unique identifier for [`ValidatorFn`](https://docs.rs/form-validation/latest/form_validation/struct.ValidatorFn.html) for the `PartialEq` and `Debug` implementations. Perhaps a function pointer could be used instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the ValidatorFn entry point and inspect how uuid currently provides the identifier used by its PartialEq and Debug implementations. Determine whether the suggested function-pointer approach can replace that dependency, then verify that both implementations retain their intended behavior and that uuid is no longer required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100