dlopen2 方便进行动态链接库管理的rust 库
dlopen2 方便进行动态链接库管理的rust 库,可以实现模块的动态加载,当然也有不少其他的解决方案(libloading,zenoh的选择)
与其他库的比较
官方提供的一个对比
参考资料
https://github.com/OpenByteDev/dlopen2
https://docs.rs/dlopen2/latest/dlopen2/
https://github.com/apache/iggy/tree/master/core/connectors/runtime