Documentation
1
2
3
4
5
6
7
8
cfg_fs_ext! {
  /// 额外接口
  pub mod options;
  pub use options::*;
}
/// 扩展
pub mod _fs;
pub use _fs::*;