libmount-sys 0.1.1

Unsafe Rust bindings for libmount of util-linux
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg(target_os = "linux")]
#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/libmount-sys/0.1.1")]
#![warn(unsafe_op_in_unsafe_fn)]
#![allow(non_camel_case_types)]

#[cfg(test)]
mod tests;

include!(concat!(env!("OUT_DIR"), "/libmount-sys.rs"));