actix_postgres/
lib.rs

1//! PostgreSQL integration for Actix framework.
2pub use bb8_postgres;
3
4mod postgres;
5pub use postgres::{PostgresActor, PostgresError, PostgresMessage};