imgflip 0.1.0

HTTP API wrapper for the meme generator `api.imgflip.com`
Documentation
[//]: # (README)


imgflip.rs
==========

A [Rust](https://www.rust-lang.org/) HTTP API wrapper for the meme generator `api.imgflip.com`.

[![crate version](https://img.shields.io/crates/v/imgflip)](https://crates.io/crates/imgflip)
[![crate docs](https://docs.rs/imgflip/badge.svg)](https://docs.rs/imgflip)
[![crate license](https://img.shields.io/crates/l/imgflip)](https://github.com/robo9k/imgflip.rs/blob/master/COPYRIGHT)

# Usage


Add a dependency to your `Cargo.toml` (see [The Cargo Book](https://doc.rust-lang.org/cargo/guide/dependencies.html#adding-a-dependency)):

```toml
[dependencies]
imgflip = "0.*"
```

For further info, read [the crate's rustdoc](https://docs.rs/imgflip).

# Requirements


Needs `rustc stable`. [Create a pull request](https://github.com/robo9k/imgflip.rs/compare) if it does not work on current stable.

# License


`imgflip.rs` is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

`SPDX-License-Identifier: MIT OR Apache-2.0`

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and [COPYRIGHT](COPYRIGHT) for details.