flying7eleven / fenrir-rs

Fenrir is a crate for using Loki for log aggregation which can be used with a logging framework like fern.
MIT License
2 stars 1 forks source link

[feature]: `reqwest` backend #1

Closed tazz4843 closed 1 year ago

tazz4843 commented 1 year ago

What's your idea?

I found this crate, and it seems like exactly what I need for my project. However, I currently do not pull in ureq in my project and I'd prefer not to do so. I would be willing to make a PR to add a reqwest feature if that's something you'd be interested in.

Code of Conduct

flying7eleven commented 1 year ago

Hey ☺️ To be honest, that would be quite grate! Currently, I have not enough time to spare to implement the reqwest backend myself but it was planned anyways. So I would really appreciate your help for that!

I also finally added a [styleguide](https://github.com/flying7eleven/fenrir-rs/blob/main/STYLEGUIDE.md) to the repository to make it easier for potential contributors.