informationsea / xlsxwriter-rs

Excel file writer for Rust
https://crates.io/crates/xlsxwriter
Apache License 2.0
265 stars 44 forks source link

Update bindgen #40

Closed dspicher closed 1 year ago

dspicher commented 1 year ago

size_t has been aligned with usize [1], rendering the cast unnecessary.

[1] https://github.com/rust-lang/rust-bindgen/pull/2278

It would be great if you could also make a release of the libxlsxwriter-sys crate and reference it in the main crate, such that we can profit from the improvements in libxlsxwriter-sys.