kernaux-sys 0.2.0

Unsafe no-std binding to libkernaux - auxiliary library for kernel development
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

#[cfg(test)]
extern crate std;

mod assert;
mod ntoa;

pub use assert::*;
pub use ntoa::*;