Created
August 31, 2015 14:59
-
-
Save danared/7b19536c1f40bca9e9a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
let client = Client::with_uri("mongodb://localhost:27017,localhost:27018") | |
.ok().expect("Failed to initialize client."); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment