Skip to content

Commit a734061

Browse files
committed
Update crate-level docs
1 parent 3deb05f commit a734061

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ column and protocol type correspondence:
3333
| `Vec<u8>` | MySql bytes |
3434
| `String` | MySql bytes parsed as utf8 |
3535
| `Duration` (`std` and `time`) | MySql time or bytes parsed as MySql time string |
36-
| `time::OffsetDateTime` | MySql date or bytes parsed as MySql date string |
3736
| `time::PrimitiveDateTime` | MySql date or bytes parsed as MySql date string |
3837
| `time::Date` | MySql date or bytes parsed as MySql date string |
3938
| `time::Time` | MySql date or bytes parsed as MySql date string |

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
//! | `Vec<u8>` | MySql bytes |
3636
//! | `String` | MySql bytes parsed as utf8 |
3737
//! | `Duration` (`std` and `time`) | MySql time or bytes parsed as MySql time string |
38-
//! | `time::Timespec` | MySql date or bytes parsed as MySql date string |
38+
//! | `time::PrimitiveDateTime` | MySql date or bytes parsed as MySql date string |
39+
//! | `time::Date` | MySql date or bytes parsed as MySql date string |
40+
//! | `time::Time` | MySql date or bytes parsed as MySql date string |
3941
//! | `chrono::NaiveTime` | MySql date or bytes parsed as MySql date string |
4042
//! | `chrono::NaiveDate` | MySql date or bytes parsed as MySql date string |
4143
//! | `chrono::NaiveDateTime` | MySql date or bytes parsed as MySql date string |

0 commit comments

Comments
 (0)