git2-ureq 0.2.0

Backend for an HTTP transport in libgit2 powered by ureq. Intended to be used with the git2 crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# git2-ureq

![Crates.io](https://img.shields.io/crates/v/git2-ureq?style=flat-square)
![docs.rs](https://img.shields.io/docsrs/git2-ureq?style=flat-square)
![Crates.io](https://img.shields.io/crates/l/git2-ureq?style=flat-square)

Use ureq + rustls with git2.

## License

This project is licensed under either of

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

at your option.