couchbaselabs / couchbase-rs

The official, community supported Couchbase Rust SDK

Home Page:https://couchbase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefer returning references

chvck opened this issue · comments

Things like &str rather than String, that way the user can decide about allocations rather than us forcing it.