创建板条箱

前奏曲和再出口

// 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::*; 导入的