couchbase-rs
couchbase-rs copied to clipboard
How-to for bindgen newbs?
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.