starship / starship-plugin-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Rust 100.0%