couchbase-rs
couchbase-rs copied to clipboard
The official, community supported Couchbase Rust SDK
https://docs.google.com/document/d/1BAPS8bPMv8-4FPIdysgpxEsKrUgd595EAGOU-_nXHRY/edit?usp=sharing
Things like &str rather than String, that way the user can decide about allocations rather than us forcing it.
Would be useful in many places
Some dubious stuff in there...
Rather than accepting and return `Vec` we should use iterators which is a more flexible approach.
https://docs.google.com/document/d/1VSqyRjFHJvlr9kYlwzeUpSDC8QkeflTm1epH7UzL0yw
https://github.com/couchbaselabs/sdk-rfcs/blob/master/rfc/0055-serializers-transcoders.md
I am having trouble in passing the collection to actix handlers. Can someone please assist. Git repo link: https://github.com/himanshumps/rocket-demo The repository name is rocket demo bit it is actually an...
I recently tried to update from old alpha to newer on my project. Now I cant run it anymore as it will block on any operation I try. To exclude...