mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Moved custom ToSql trait including Send + Sync from lib.rs to sql.rs. Replaced most params! and paramsv! macro usage with tuples. Replaced paramsv! and params_iterv! with params_slice!, because there is no need to construct a vector.