-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ToServerAddrs
impl for array/vector of strings
Quality-of-life improvement for connect() function. With this changes it's straightforward to pass Vec<String> or [&str] directly into connnect() function. This is useful when passing list of NATS servers directly from configuration file or command-line argument.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters