libproxy 0.1.1

Rust bindings for libproxy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rust-libproxy

[![Crates.io](https://img.shields.io/crates/v/libproxy.svg)](https://crates.io/crates/libproxy)
[![builds.sr.ht status](https://builds.sr.ht/~jplatte/rust-libproxy.svg)](https://builds.sr.ht/~jplatte/rust-libproxy)

libproxy bindings for Rust – automatic proxy configuration management

## Example

[examples/proxy.rs](examples/proxy.rs)

## License

`rust-libproxy` is released under the MIT license; see LICENSE for details.

`libproxy` is released under the GNU Lesser General Public License v2.1;  
see <https://github.com/libproxy/libproxy/blob/master/COPYING> for details.