Crate chill [−] [src]
Reexports
Modules
| action | |
| path | |
| testing |
Utilities for testing a CouchDB application. |
Structs
| Client |
Manages all communication with a CouchDB server. |
| Design |
Container for the content of a design document. |
| DesignBuilder |
Builder for a design document's content. |
| Document |
Contains a specific version of a document. |
| ErrorResponse |
Error information returned from the CouchDB server when an error occurs while processing the client's request. |
| Revision |
A document revision, which uniquely identifies a version of a document. |
| ViewFunction |
Container for a map and optional reduce function of a view. |
| ViewResponse | |
| ViewRow |
Enums
| Attachment |
Contains the meta-information and, optionally, content of an attachment. |
| Error |
Contains information for an error originating from or propagated by Chill. |
Traits
| IntoUrl |
Describes a type that may be converted into a URL. |