couchdb 0.6.0

The couchdb library provides types for working with CouchDB.
Documentation
1
2
3
4
5
6
//! The `testing` module provides tools for applications to test their use of
//! CouchDB.

mod fake_server;

pub use self::fake_server::FakeServer;