messense

Results 597 comments of messense

I've configured trusted publishing in crates.io for both `mupdf-sys` and `mupdf`, feel free to setup a github action to automate the publish process.

@vincent-uden here is the documentation which has a github actions example: https://crates.io/docs/trusted-publishing

> as long as you have setup the publish environment already it was set up.

How big is the current packaged crate size? I think I did ask crates.io to increase the limit before to 15MiB (default is 10MiB) we can probably ask again.

> but could not find references to functions like `fz_transform_rect` this? https://github.com/messense/mupdf-rs/blob/168fcb66297c43b4ba738593653f7c10770263e2/src/rect.rs#L188-L190 and https://docs.rs/mupdf-sys/latest/mupdf_sys/fn.fz_round_rect.html

yes, it was added recently, if you want to contribute you should work with the current main branch.

Pull requests are welcome!