couch_rs 0.13.0

CouchDB library for Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod changes;
pub mod design;
pub mod design_info;
pub mod document;
pub mod find;
pub mod index;
pub mod query;
pub mod system;
pub mod view;