Nathan Wilson

Results 3 issues of Nathan Wilson

Hello. I stumbled across [a project](https://github.com/microsoft/com-rs.git) to make it possible to consume and create COM libraries in Rust. Article on the project [here](https://msrc-blog.microsoft.com/2019/10/08/designing-a-com-library-for-rust/).

### Summary This issue was previously reported in [#2141](https://github.com/microsoft/windows-rs/issues/2141) and fixed in [#2178](https://github.com/microsoft/windows-rs/pull/2178), but it seems to have been reintroduced with the recent big update to windows-bindgen. ### Crate manifest...

question

The [Cells](https://github.com/MathNya/umya-spreadsheet/blob/0f95b8fce3e0993b03fa4fede0f823b56d7875b8/src/structs/cells.rs#L14) type stores the list of cells in a HashMap that keeps track of the coordinates and the cell data. I have run into a scenario where it is...