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