Replace size_t with usize in the API

This commit is contained in:
5ohue
2024-05-11 13:18:47 +03:00
parent 1914b95f7b
commit 02ae78eba8
3 changed files with 33 additions and 35 deletions

View File

@ -33,8 +33,6 @@
extern crate libc;
use libc::size_t;
#[cfg(not(target_os = "freebsd"))]
use libc::ssize_t;
pub use conversions::ToMagick;
pub use result::MagickError;