Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 540 Bytes

Starship Plugin POC

A proof-of-concept for a dynamically loaded plugin-based module system.


👉 Comments and feedback are appreciated in Issues.

Goals

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

Try it out

You can run the proof-of-concept locally with the following:

# Build all executables and run the server
cargo build && cargo run --bin server