You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I want to use couchbase in rust but I have no idea how to begin.
For instance, there are multiple releases of the c lib depending on OS and I want to make it possible to develop my app on Windows and Linux, and possibly Mac. So I know I need each type of library... But how do I include them in the project? Do I include them or just include instructions on how to install that first? Should I build my development environment inside a container and make the whole thing moot?
Ideally I want a solution that is just "clone the repo and hit build". But I imagine that would require a native rust library that's not using bindgen.
The text was updated successfully, but these errors were encountered:
Hello. I want to use couchbase in rust but I have no idea how to begin.
For instance, there are multiple releases of the c lib depending on OS and I want to make it possible to develop my app on Windows and Linux, and possibly Mac. So I know I need each type of library... But how do I include them in the project? Do I include them or just include instructions on how to install that first? Should I build my development environment inside a container and make the whole thing moot?
Ideally I want a solution that is just "clone the repo and hit build". But I imagine that would require a native rust library that's not using bindgen.
The text was updated successfully, but these errors were encountered: