Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Change FromHex trait to have associated type Error instead of hex::Error #124

@sanket1729

Description

@sanket1729

The hex::Error only has limited enums that make it difficult to implement the trait outside of this crate. I think it would be cleaner to have an associated Error type like FromStr.

This will be a breaking change that will impact all implementations of this trait. Looking for some feedback before implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions