zserio icon indicating copy to clipboard operation
zserio copied to clipboard

Separate all extensions to independent repositories

Open mikir opened this issue 4 years ago • 0 comments

Currently, we have all extensions in one repository together with core. This avoids independent development of one extension only.

It would be good to split zserio repository to

  • core
  • C++ extension
  • Java extension
  • Python extension
  • XML extension
  • Doc extension

This will require to implement dynamic loading of all extensions available on the current directory (#191).

mikir avatar Nov 19 '20 10:11 mikir