bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Initial implementation of bazed-stew #129

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

This PR implements an initial version of bazed-stew, our plugin system! We provide a proc-macro to neatly define your plugins API and automatically generate a client for it. Stew currently uses IPC using unnamed pipes to communicate with plugins. In the scope of this PR, no core components are actually converted into plugins -- that'll happen later.