Rust Experiment: A Flexible Plugin & Core Architecture
Although I am no longer primarily working as a developer, I continue to follow technical concepts with interest. I recently conducted a small experiment in Rust to get a better feel for the language. The goal was to map out a simple Core & Plugin architecture. Rust offers interesting approaches for such architectures through its type system. The objective was to see how a modular structure can be built where a core system is extended by external modules. ...