rust-libloading-example icon indicating copy to clipboard operation
rust-libloading-example copied to clipboard

A design pattern for shared library loading in Rust with versioned vtables and owned symbols

Results 1 rust-libloading-example issues
Sort by recently updated
recently updated
newest added

Very good article. However it seems to me a little bit odd using the platform specific `RawSymbol` in the `VTableV0` implementation to get around the lifetime checks. Maybe a better...