windbgr-mcp 0.1.1

MCP server for Windows debugging
Documentation
1
2
3
4
5
//! Platform-specific FFI wrappers. The rest of the crate works with safe
//! Rust types and the `Result` defined in [`crate::error`].

#[cfg(windows)]
pub mod windows;