Serial-ATA / Serial-ATA/lofty-rs

Add #[derive(Debug)] to relevant structs for easier debugging

Open
#541 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
359
Forks
77
Avg merge
12h 54m
Merged PRs (30d)
11

Description

Hi,
First off, thank you for all the work you've put into lofty-rs.
I'd like to suggest adding the #[derive(Debug)] attribute to more of the In particular, structs like TaggedFile, Tag, or other core types in the crate. This would greatly help during development and debugging, as it allows developers to quickly inspect the contents of structs.
It would improve the developer experience without changing any functionality.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the definitions of TaggedFile, Tag, and other core structs in the crate, then inspect existing derives and related trait constraints. Determine which relevant types should expose Debug without changing functionality, and run the crate's existing checks or tests to confirm the derives compile successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
developer-experience
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.