Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile time feature to use MacAddressFormat::HexString #13

Closed
porcevader opened this issue Jan 28, 2019 · 2 comments
Closed

Compile time feature to use MacAddressFormat::HexString #13

porcevader opened this issue Jan 28, 2019 · 2 comments
Assignees

Comments

@porcevader
Copy link
Contributor

A canonical display format of MacAddress, which uses '-' separator, is losing its popular adoption in industry uses. Instead HexString format, which uses ':' separator is more widely used.

This issue is to propose to add a conditional compiler feature, "disp_hexstring". This feature enforces the Display format to use HexString, as used in Debug, and eliminates a burden to explicitly specify the format type in every display case.

@porcevader
Copy link
Contributor Author

A commit is ready for review.

@abaumhauer abaumhauer self-assigned this Jan 28, 2019
@abaumhauer
Copy link
Owner

Accepted commit, bumped to 0.4.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants