1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//! Core registry modules. Concrete application faces live in the consuming crate.
//! 内核注册模块。具体应用的注册面住在消费它的 crate 里。
//!
//! Every module here is re-exported flat so a surface can glob one namespace,
//! but no name is exported twice: a type owned by `declaration` is re-exported
//! from there only, and the plugin modules re-export it solely inside their own
//! page.
//! 这里的每个模块都被平铺重导出,方便执行面 glob 一个命名空间;但没有任何名字被导出
//! 两次:`declaration` 拥有的类型只从那里重导出,插件模块只在各自页面内重导出它。
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;