libc 0.2.186

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
//! Source directory: `arch/mips/`
//!
//! <https://github.com/kraj/musl/tree/master/arch/mips>

pub(crate) mod bits {
    pub(crate) mod socket;
}