gwd-backend-firefox

Crates.iogwd-backend-firefox
lib.rsgwd-backend-firefox
version0.1.5
sourcesrc
created_at2020-07-26 08:10:55.877114
updated_at2020-08-09 01:48:58.898969
descriptionFirefox backend for Godwit-Daemon.
homepagehttps://www.passeriform.com/prod/GodWit/daemon/backends/firefox
repositoryhttps://github.com/Passeriform/GWD-Backend-Firefox
max_upload_size
id269670
size12,068
Utkarsh Bhardwaj (Passeriform)

documentation

README

Firefox Backend

crate docs build codecov maintenance

homepage repo

A dynamically pluggable backend for GodWit-Daemon.

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

Contributing

issues pull-requests

If you want to contribute, start by cloning this repository.

    git clone https://github.com/Passeriform/GWD-Firefox-Backend GWD-Firefox-Backend

Checkout to a new branch.

    # 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...

Code up

Squash commits and issue a PR at https://github.com/Passeriform/GWD-Firefox-Backend

License

license

Licensed under either of

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.

Commit count: 7

cargo fmt