How to link with a custom dynamic (.so) library with Rust?
I have Rust code which is supposed to link with a dynamic library which is located in /path/to/library/build. I’m making Rust bindings/wrapper for another library written in C.
I have Rust code which is supposed to link with a dynamic library which is located in /path/to/library/build. I’m making Rust bindings/wrapper for another library written in C.