| Crates.io | openslide-sys |
| lib.rs | openslide-sys |
| version | 1.0.8 |
| created_at | 2022-11-07 11:07:31.196536+00 |
| updated_at | 2025-08-21 09:57:45.832441+00 |
| description | Low-level bindings to the openslide library |
| homepage | https://github.com/AzHicham/openslide-sys |
| repository | https://github.com/AzHicham/openslide-sys |
| max_upload_size | |
| id | 707181 |
| size | 28,117 |
Low-level bindings to the openslide library
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
brew update
brew install openslide
apt-get update
apt-get install -y --no-install-recommends libopenslide-dev