• B
    Move all optional features into features module · 2ffa64cf
    Ben S 提交于
    This module provides feature-specific implementations, and also dummy implementations for when they aren't supported by the system or OS.
    
    Doing it this way limits all the #[cfg(feature)] annotations, as we can now just include the module or not.
    2ffa64cf
mod.rs 1.6 KB