zserio
zserio copied to clipboard
Separate all extensions to independent repositories
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).