https://github.com/passeriform/gwd-backend-firefox
A dynamically loaded backend for GodWit Daemon
https://github.com/passeriform/gwd-backend-firefox
Last synced: 9 months ago
JSON representation
A dynamically loaded backend for GodWit Daemon
- Host: GitHub
- URL: https://github.com/passeriform/gwd-backend-firefox
- Owner: Passeriform
- Created: 2020-07-21T11:47:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T01:43:43.000Z (almost 6 years ago)
- Last Synced: 2025-07-02T03:05:49.637Z (12 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox Backend
[](https://crates.io/crates/gwd-backend-firefox)
[](https://docs.rs/gwd-backend-firefox)
[](https://travis-ci.org/Passeriform/GWD-Firefox-Backend)
[](https://codecov.io/gh/Passeriform/GWD-Firefox-Backend)
[](https://github.com/Passeriform/GWD-Firefox-Backend/graphs/commit-activity)
[](http://www.passeriform.com/prod/GodWit/daemon/backends/firefox)
[](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
[](https://gitHub.com/Passeriform/GWD-Firefox-Backend/issues/)
[](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-
# Ex: A bugfix.
git checkout bugfix-
# Ex: A meta update.
git checkout meta-
# Ex: A documentation update.
git checkout docs-
# Ex: A CI update.
git checkout ci-
```
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

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.