systeminfo 0.1.1

Gets the system hardware and os information
mod hwinfo;
pub use self::hwinfo::from_system_hardware;

mod osinfo;
pub use self::osinfo::from_system_os;