A proof-of-concept for a dynamically loaded plugin-based module system.
👉 Comments and feedback are appreciated in Issues.
These are the main goals of this POC:
- Create an API for IPC between Starship and its plugins
- Compare performance between pipe and socket-based IPC
You can run the proof-of-concept locally with the following:
# Build all executables and run the server
cargo build && cargo run --bin server