We have to let Rust know we're making the db module by creating a src/lib.rs : #[macro_use] extern crate diesel; pub mod db;.
確定! 回上一頁