/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tokio-postgres/src/types.rs
6 строк
119 B
Steven Fackler
Split ToSql/FromSql out to a separate crate
08 окт 2019, 03:14
08 окт 2019, 03:14
4b5bcbb
Код
Авторство
О чём код?
//! Types. //! //! This module is a reexport of the `postgres_types` crate. #[doc(inline)] pub use postgres_types::*;