proxy-x 0.2.1

A simple proxy config tool.
Documentation
1
2
3
4
5
#[test]
fn test_proxy() {
    proxy_x::enable_proxy("http://localhost:7890");
    proxy_x::disable_proxy();
}