serial-capture 0.1.0

Cross-platform USB virtual COM port capture (CH340, FT232, FT2232, PL2303, CDC-ACM)
1
2
3
4
5
#[cfg(target_os = "windows")]
mod win;

#[cfg(target_os = "windows")]
pub use win::{is_elevated, relaunch_self_elevated_and_wait};