diesel/internal/
mod.rs

1//! This module contains API definitions which are not considered
2//! to be part diesels public API
3//!
4//! **DO NOT EXPECT ANY STABILITY GUARANTEES HERE**
5
6pub mod alias_macro;
7pub mod derives;
8pub mod operators_macro;
9pub mod table_macro;