建立板條箱

前奏曲和再出口

// To reduce the amount of imports that users need, you should
// re-export important structs and traits.
pub use foo::Client;
pub use bar::Server;

有時,板條箱使用 prelude 模組來包含重要的結構,就像 std::io::prelude 一樣。通常,這些都是用 use std::io::prelude::*; 匯入的