Meson: does not respect 'default_library' option
Currently cargo will only build shared libraries, but when building with -Ddefault_libraries=static
(or =both) I would expect to get static plugins.
BTW, how does it work for an Android-like use-case where we static link all plugins? Will rust plugins share common parts or will it fails with duplicated symbols?