Question: Context: I have a local C library called ‘libmaths’ that then uses Bindgen to create a ‘libmaths-sys’ crate that is locally stored in the same directory as my project. Issue: I want to use some of the features in ...
Question: Context: I have a local C library called ‘libmaths’ that then uses Bindgen to create a ‘libmaths-sys’ crate that is locally stored in the same directory as my project. Issue: I want to use some of the features in ...