Skip to content

starship/starship-plugin-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages