openslide-sys

Crates.ioopenslide-sys
lib.rsopenslide-sys
version1.0.7
sourcesrc
created_at2022-11-07 11:07:31.196536
updated_at2024-08-28 11:20:32.15873
descriptionLow-level bindings to the openslide library
homepagehttps://github.com/AzHicham/openslide-sys
repositoryhttps://github.com/AzHicham/openslide-sys
max_upload_size
id707181
size22,406
Hicham Azimani (AzHicham)

documentation

README

OpenSlide-sys

Low-level bindings to the openslide library

Dependencies

To be able to build this crate you need to install OpenSlide

You will also find a Makefile to help you install all required dependencies for Ubuntu and MacOs

MacOs

brew update
brew install openslide

Ubuntu

apt-get update
apt-get install -y --no-install-recommends libopenslide-dev
Commit count: 49

cargo fmt