From aa94f01f2b0be97150f747aad7463a0c46c8876b Mon Sep 17 00:00:00 2001 From: Andrew Baumhauer Date: Sat, 13 Feb 2016 19:57:59 -0600 Subject: [PATCH] Update README.md with more documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c769057a..864205e9 100644 --- a/README.md +++ b/README.md @@ -309,3 +309,9 @@ feature, which adds `ToSql` and `FromSql` implementations for `chrono`'s [BIT and VARBIT](http://www.postgresql.org/docs/9.4/static/datatype-bit.html) support is provided optionally by the `bit-vec` feature, which adds `ToSql` and `FromSql` implementations for `bit-vec`'s `BitVec` type. + +### MACADDR type + +[MACADDR](http://www.postgresql.org/docs/9.4/static/datatype-net-types.html#DATATYPE-MACADDR) +support is provided optionally by the `eui48` feature, which adds `ToSql` and +`FromSql` implementations for `eui48`'s `MacAddress` type.