messense

Results 605 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!

I'm not actively working on this, but PRs are welcome on both repo.

I don't think it's worth it to add a mutex just for the `add_work` API, better implement #5 as a constructor method instead.

rust-musl-cross is for building musl static binaries so it makes sense, but as per PEP musllinux should dynamicially link musl libc, do you know why does it need `libgcc_s`?