Skip to content

Commit aa94f01

Browse files
author
Andrew Baumhauer
committed
Update README.md with more documentation
1 parent 58e8c7d commit aa94f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,9 @@ feature, which adds `ToSql` and `FromSql` implementations for `chrono`'s
309309
[BIT and VARBIT](http://www.postgresql.org/docs/9.4/static/datatype-bit.html)
310310
support is provided optionally by the `bit-vec` feature, which adds `ToSql` and
311311
`FromSql` implementations for `bit-vec`'s `BitVec` type.
312+
313+
### MACADDR type
314+
315+
[MACADDR](http://www.postgresql.org/docs/9.4/static/datatype-net-types.html#DATATYPE-MACADDR)
316+
support is provided optionally by the `eui48` feature, which adds `ToSql` and
317+
`FromSql` implementations for `eui48`'s `MacAddress` type.

0 commit comments

Comments
 (0)