Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow passing in local and remote socket addresses (#16)
* feat: Allow passing in local and remote socket addresses @martinthomson, is this what you had in mind? Fixes #15 * Fix doctest * Fixes * Simplify * Update src/lib.rs Co-authored-by: Martin Thomson <mt@lowentropy.net> * Update src/lib.rs Co-authored-by: Martin Thomson <mt@lowentropy.net> * Drop `cfg-if`` * Stricter ordering * Compat * Docs * Suggestion from @martinthomson * Manual merge from `main` * Cleanups * str * Use Cloudflare's IPs, and find unused ports * No v6 on GitHub * loopback_0 * No copy * doctest * Fix Windows * Suggestions from @martinthomson * Rip out deprecated API support --------- Co-authored-by: Martin Thomson <mt@lowentropy.net>
- Loading branch information