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

eui48 into the standard library for rust? #4

Closed
stephanbuys opened this issue Jul 18, 2017 · 5 comments
Closed

eui48 into the standard library for rust? #4

stephanbuys opened this issue Jul 18, 2017 · 5 comments

Comments

@stephanbuys
Copy link

Hi @abaumhauer,

Have you considered creating an RFC (I could assist) to get this work merged into the rust standard library? I find it surprising that std::net only caters for IP addresses, even though anyone doing anything remotely serious with networking would probably also be interested in Mac addresses?

For example, diesel recently added support for Postgres' MAC address data type, but they implemented it as a simple [u8; 6]. Having interoperability between crates by using a standardised type might be quite awesome.

Cheers,

@abaumhauer
Copy link
Owner

I would be interested, can't say that I would know where to begin with the RFC process. I'd like to see much better support for all networking in the standard library. I would appreciate any help you're willing to give. Let me know where we should start.

@stephanbuys
Copy link
Author

Hi @abaumhauer, rust-lang/rfcs#2082 - lets hope it gets somewhere.

@abaumhauer
Copy link
Owner

abaumhauer commented Jul 28, 2017 via email

@stephanbuys
Copy link
Author

I think based on the feedback and this announcement: https://users.rust-lang.org/t/announcing-the-http-crate/12123, it is probably better to try polish this crate to conform to the same Lib-Blitz goals to provide a stable/1.0 version of this data type. I'm happy to then try and lobby other crates/users to see if we can get this crate adopted (and solicit some feedback). Having EUI64 completed would be cool too.

@github-actions
Copy link

Stale issue message

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