Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `Server::try_bind` as an alternative to `bind` that returns an error instead of panicking on bind failure. This makes it possible to avoid panicking for common failures such as the address already being in use.
- Loading branch information