kernaux-sys 0.7.0

Unsafe no-std binding to libkernaux - auxiliary library for kernel development
Documentation
1
2
3
4
5
6
7
pub fn with_cmdline() -> bool {
    cfg!(feature = "cmdline")
}

pub fn with_ntoa() -> bool {
    cfg!(feature = "ntoa")
}