Separate hero_lib osis and relavant crates to a separate hero_rpc project #105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we have all our
OpenRPCserver - client generation fromOSchemaspecifications in hero_lib. This is problematic for a few reason. Crowdshero_libwith a bunch of libraries only used for this purpose. Also we havehero_osiswhich is the OSIS server forhero_zero, and the OSIS code generation library has become more than a object storage and indexing system. Finally it would be easier for ai to know all relavant code is in the same project, especially since now the approach is to port existing backend's to OSchema generated servers.