- couchbase-rs had build issues, so it's vendored here
- modify the /usr/lib/pkgconfig/libcouchbase.pc file to have -Cflags=-I/usr/local/include and copy the libcouchbase headers from /usr/include/libcouchbase into there. if using homebrew, modify the /usr/local/lib/pkgconfig/libcouchbase.pc file to have -Cflags=...-I/usr/local/include
- crates use libffi libmemcached 2.10.3
export COUCHBASE_CONN=couchbase://127.0.0.1,127.0.0.2,127.0.0.3conn string to useexport COUCHBASE_USER=userhereuser to authenticate against the clusterexport COUCHBASE_PASSWORD=password to authenticate against the clusterexport COUCHBASE_BUCKET=bucket to insert documents to