|
|
|
|
|
by burntsushi
3244 days ago
|
|
> No, should I have to? You don't have to do anything, including publishing misleading comparisons. > Until rust has a stable ABI that doesn't require everything be statically linked it's a rust problem. Qt can be dynamically linked into a Rust application. For example, the default is to dynamically link glibc on Linux x86_64. |
|
>Qt can be dynamically linked into a Rust application. For example, the default is to dynamically link glibc on Linux x86_64
Again, it was an example. Show me a similar rust library that can be dynamically linked to like this? A rust equivalent will have to either use a c interface or be statically compiled.