openslide-sys 1.0.8

Low-level bindings to the openslide library
Documentation

# OpenSlide-sys
Low-level bindings to the openslide library

## Dependencies

To be able to build this crate you need to install [OpenSlide](https://github.com/openslide/openslide)

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

## MacOs

```bash
brew update
brew install openslide
```

## Ubuntu

```bash
apt-get update
apt-get install -y --no-install-recommends libopenslide-dev
```