Hello!
I have a support question. I’m trying to use the Go SDK but I’m new to CGO and linking.
I understand that I need the lib from rust SDK and I’m building the project right now with cargo build
. And it built successfully so I have the build libs.
How do I go from there? How do I link this stuff into my own project so it finds it?
Thank you!