# Unsplash-rs [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) ![splash](https://docs.rs/splash/badge.svg) > Rust API for accessing the Unsplash API A Rust API built on [hyper](https://hyper.rs) for accessing the [Unsplash API](https://unsplash.com/documentation). Currently, very unfinished. ## Table of Contents - [Install](#install) - [Usage](#usage) - [Maintainers](#maintainers) - [Contribute](#contribute) - [License](#license) ## Install ```toml unsplash-rs = "0.1" ``` ## Usage See [splash](https://github.com/themadprofessor/splash) for an example ## Maintainers [@themadprofessor](https://github.com/themadprofessor) ## Contribute PRs accepted. Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. ## License MIT © 2018 Stuart Reilly