Skip to content

Instantly share code, notes, and snippets.

@danared
Created August 31, 2015 14:59
Show Gist options
  • Save danared/7b19536c1f40bca9e9a5 to your computer and use it in GitHub Desktop.
Save danared/7b19536c1f40bca9e9a5 to your computer and use it in GitHub Desktop.
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