rust_libloading
rust_libloading copied to clipboard
Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
Results
21
rust_libloading issues
Sort by
recently updated
recently updated
newest added
The document of [`Library::get`](https://docs.rs/libloading/latest/libloading/struct.Library.html#method.get) says that the symbol “may not contain any null bytes, with the exception of the last byte”, which is exactly what `CStr` is. So I think...