chertov

Results 7 issues of chertov

Could you specify the license in the repository settings, please?

I am trying to generate android bindings https://github.com/chertov/onnxruntime-rs/commit/4be4f7f20cc1e79fabc386e94b10466844cc1f99 the solution is simple, but i don't know how it will work with different _ORT_STRATEGY_ i would like to use NNAPI acceleration

enhancement

Hi! I'm trying to use bindgen dynamic libloading for onnx shared library runtime. I want to be able load and unload onnx shared library at runtime. my current work is...

enhancement

*Issue #, if available:* by default libusrsctp uses DEBUG build type https://github.com/sctplab/usrsctp/blob/master/CMakeLists.txt#L37 *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

I want to send data from any rust thread to fiber in the tarantool thread. But the coio channel works only in the tarantool thread. Right? I am trying to...

async

Hi! In some cases, I encountered application freezes when working with surveillance cameras via RTSP, as the current code does not return errors. I created a patch and am using...

- add a generate_hidden_functions option so bindgen can keep functions that Clang marks with hidden/protected visibility (fixes https://github.com/rust-lang/rust-bindgen/issues/2989) - allow Function::parse to honor the new option instead of dropping those...