Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Conversation

jonaspleyer
Copy link
Contributor

The Configuration struct derives the Debug trait which can not be satisfied by default since the marker types such as LittleEndian etc. do not implement this Debug trait.
This PR fixes that.

Furthermore, we can use a more simplified notation, omitting empty brackets when using marker structs.

struct Imarkthings {}
struct Ialsomarkthings;

- this will also implement Debug for the derived Configuration type
@ZoeyR ZoeyR merged commit 508a00b into bincode-org:trunk Mar 12, 2025
100 of 101 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants