Closed knightshrub closed 5 years ago
The first line is a bit problematic:
let uri = CString::new(uri).expect("CString::new(uri) failed");
Submit this as a Pull Request and I'll get it in shortly. I'll be back working on this library soon.
Oh, and thanks. First issue for the library!
Fixed with f7cb280f46f1812339035a21d84feca797e66aac
Hello, the library currently misses the
create_context_from_uri
function. I need this in order to work with AD's ADALM-PLUTO SDR. I don't have a lot of experience using unsafe rust or doing ffi in rust, but would this be an acceptable implementation?