fastobo-graphs 0.1.1

OBO Graphs data model, decoder and encoder in Rust.
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]

[Unreleased]: https://github.com/fastobo/fastobo-graphs/compare/v0.1.1...HEAD


## [v0.1.1] - 2019-08-08

[v0.1.1]: https://github.com/fastobo/fastobo-graphs/compare/v0.1.0...v0.1.1

### Fixed
- `fastobo_graphs::to_file` not creating a file with `File::create`.

### Added
- Improved documentation in and added example in `README.md`.


## [v0.1.0] - 2019-08-06

[v0.1.0]: https://github.com/fastobo/fastobo-graphs/compare/a3d5dff...v0.1.0

Initial release.