couchbase-rs
couchbase-rs copied to clipboard
Prefer returning references
Things like &str rather than String, that way the user can decide about allocations rather than us forcing it.