Update repository url to git.sr.ht
Bump version
Add libproxy to CI packages
add builds.sr.ht status badge to README.md
Update .build.yml
Add .build.yml
Update libc dependency
Update examples/proxy.rs
cargo fmt
Use `#[repr(transparent)]` for less potential UB
Take care of clippy warnings
Update description in README.md
Set documentation link in Cargo.toml
Add crates.io version badge
Add metadata to Cargo.toml
Add more documentation
Implement zero-cost get_proxies_raw and a lot of Traits
Add simple example
Implement simple but non-zero-cost get_proxies
Copy documentation from proxy.h into proxy_sys.rs