sndfile-sys 0.1.1

Rust FFI bindings to libsndfile.
Documentation
# Changelog


All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.1.1] - 2018-10-26


## Fixed


- Build warning about reduntant linker flag
- Build warning about unused import on non-Windows platforms

## [0.1.0] - 2018-10-17


### Added


- libsndfile API up to [v1.0.29pre1@81a71e0]https://github.com/erikd/libsndfile/commit/81a71e08c09b20b0255aa66e40fce293008b9525
- [Travis CI tests]https://travis-ci.org/evpobr/sndfile-sys

[Unreleased]: https://github.com/evpobr/sndfile-sys/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/evpobr/sndfile-sys/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/evpobr/sndfile-sys/compare/f008519...v0.1.0