Miners Rust Lib - A massive collection of ever growing and changing functions, structs, and enums. Check the description for compatibility and toggleable features! (Most of the lib is controlled by flags/features so the lib can continue to be lightweight despite its size)
#[derive(Debug, Clone, Copy, PartialEq, Eq)]/// A struct holding information about the underlying os
#[cfg_attr(feature ="c_compatible",repr(C))]pubstructMacActions{}