mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 20:12:20 +08:00
Add support to jiff Date / DateTime / Time
This commit is contained in:
@@ -81,6 +81,9 @@ use std::fmt;
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "chrono")))]
|
||||
mod chrono;
|
||||
mod from_sql;
|
||||
#[cfg(feature = "jiff")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "jiff")))]
|
||||
mod jiff;
|
||||
#[cfg(feature = "serde_json")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "serde_json")))]
|
||||
mod serde_json;
|
||||
|
Reference in New Issue
Block a user