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 migrations;
9pub mod operators_macro;
10pub mod sql_functions;
11pub mod table_macro;