powershell_script 1.1.0

A library for running Windows PowerShell scripts
Documentation
#[cfg(target_family = "windows")]
pub mod windows;
#[cfg(target_family = "unix")]
pub mod unix;