mongodb 0.9.1

The official MongoDB driver for Rust (currently in alpha)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Driver doesn't validate maxStalenessSeconds while TopologyType is Unknown.
---
heartbeatFrequencyMS: 10000
topology_description:
  type: Unknown
  servers:
  - &1
    address: a:27017
    type: Unknown
    maxWireVersion: 5
read_preference:
  mode: Nearest
  maxStalenessSeconds: 1
suitable_servers: []
in_latency_window: []