glog 0.1.0

glog style standard logging backend
Documentation
1
2
3
4
5
6
fn main() {
    #[cfg(target_os = "windows")]
    windows::build! {
        Windows::Win32::System::Threading::GetCurrentThreadId
    };
}