msrd0 / rlottie-rs

Rust bindings to rlottie and file conversion library and tools
MIT License
17 stars 4 forks source link

Make size_t = usize and make Size struct public again #9

Closed msrd0 closed 2 years ago

msrd0 commented 2 years ago

I believe there is a weird edge case with some random architecture where C's size_t and Rust's usize are different. If you have such an architecture, consider yourself unsupported.

Fixes #8