gwd-backend-firefox 0.1.5

Firefox backend for Godwit-Daemon.
Documentation
# Firefox Backend

[![crate](https://img.shields.io/crates/v/gwd-backend-firefox)](https://crates.io/crates/gwd-backend-firefox)
[![docs](https://docs.rs/gwd-backend-firefox/badge.svg)](https://docs.rs/gwd-backend-firefox)
[![build](https://travis-ci.org/Passeriform/GWD-Firefox-Backend.svg?branch=master)](https://travis-ci.org/Passeriform/GWD-Firefox-Backend)
[![codecov](https://codecov.io/gh/Passeriform/GWD-Firefox-Backend/branch/master/graph/badge.svg)](https://codecov.io/gh/Passeriform/GWD-Firefox-Backend)
[![maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Passeriform/GWD-Firefox-Backend/graphs/commit-activity)

[![homepage](https://img.shields.io/website-up-down-green-red/http/passeriform.com.svg?label=Passeriform)](http://www.passeriform.com/prod/GodWit/daemon/backends/firefox)
[![repo](https://img.shields.io/badge/github-GodWit--Daemon-blue?logo=github)](https://github.com/Passeriform/GWD-Firefox-Backend)

A dynamically pluggable backend for [GodWit-Daemon](https://github.com/Passeriform/GodWit-Daemon).

Usually doesn't need an end-user's attention. Godwit-Daemon dynamically loads this library using custom Toml tables.

## Contributing
[![issues](https://img.shields.io/github/issues/Passeriform/GWD-Firefox-Backend.svg)](https://gitHub.com/Passeriform/GWD-Firefox-Backend/issues/)
[![pull-requests](https://img.shields.io/github/issues-pr/Passeriform/GWD-Firefox-Backend)](https://github.com/Passeriform/GWD-Firefox-Backend/pulls)

If you want to contribute, start by cloning this repository.
```bash
    git clone https://github.com/Passeriform/GWD-Firefox-Backend GWD-Firefox-Backend
```
Checkout to a new branch.
```bash
    # Use kebab-case categorization format.


    # Ex: A new feature.
    git checkout feature-<feature>

    # Ex: A bugfix.
    git checkout bugfix-<bug>

    # Ex: A meta update.
    git checkout meta-<title>

    # Ex: A documentation update.
    git checkout docs-<title>

    # Ex: A CI update.
    git checkout ci-<title>

```
Do your thing...

```bash
Code up
```
**Squash commits** and issue a PR at
[https://github.com/Passeriform/GWD-Firefox-Backend](https://github.com/Passeriform/GWD-Firefox-Backend)

## License
![license](https://img.shields.io/crates/l/gwd-firefox-backend)

Licensed under either of

 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)
 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

at your option.

### Credition

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.