mdsteele / rust-cab

Rust library for encoding/decoding Windows cabinet (.cab) files
MIT License
15 stars 8 forks source link

Feature/cabinet inner #23

Closed ikrivosheev closed 1 year ago

ikrivosheev commented 1 year ago

This is continue of: https://github.com/mdsteele/rust-cab/pull/22.

I moved Cabinet fields into struct CabinetInner. I need it to win over BorrowChecker)

mdsteele commented 1 year ago

The macOS test runner should be fixed now, if you rebase.

ikrivosheev commented 1 year ago

The macOS test runner should be fixed now, if you rebase.

Done

mdsteele commented 1 year ago

Thanks!