1//! # Prisma Rust Schema 2//! 3//! A re-export of the Prisma TypeScript types in Rust. 4 5pub mod annotation; 6pub mod config; 7pub mod dmmf; 8pub mod jsonrpc; 9pub mod transform; 10pub mod typed_sql;