Update README.md with more documentation

This commit is contained in:
Andrew Baumhauer 2016-02-13 19:57:59 -06:00
parent 58e8c7d6b8
commit aa94f01f2b

View File

@ -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.