-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support MACADDR in Postgres #163
Comments
Type OID: 829 https://github.com/postgres/postgres/blob/master/src/include/catalog/pg_type.dat#L244-L248 Binary format: Use We can also support the EUI format which is just 8 literal bytes: However, |
https://docs.rs/eui48/0.4.6/eui48/struct.MacAddress.html This seems to support both kinds. |
The |
From @mehcode on discord:
Recommended way-- would be to implement support for If we want to support |
https://docs.rs/mac_address/1.0.3/mac_address/struct.MacAddress.html
The text was updated successfully, but these errors were encountered: