Conversation

Jarkko Sakkinen

I've been thinking to tackle Rust's LGPL issue for one C library as follows:

1. Compile C library as DSO
2. Embed DSO inside Rust crate (e.g., include_bytes!).
3. Wire shims around DSO calls.

Have not tried it yet but it does not sound that bad.
0
0
0