Add optional support for rust-url

This commit is contained in:
Thom Chiovoloni
2019-03-09 19:16:37 -08:00
parent d94acdc3f4
commit 5ba6909921
5 changed files with 95 additions and 5 deletions

View File

@@ -66,6 +66,8 @@ mod from_sql;
mod serde_json;
mod time;
mod to_sql;
#[cfg(feature = "url")]
mod url;
mod value;
mod value_ref;