proxydetect 0.1.0

A library to automatically detect the system proxy for a given URL
Documentation
1
2
3
4
5
6
7
8
default_target := "dev"
default: fmt build

fmt:
  cargo +nightly fmt

build target=default_target: fmt
  cargo build --profile {{target}}