Rename _openrpc → _server, _http → _ui, _client → _sdk crates #22
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?
Problem
The crate naming doesn't follow the Hero service naming convention (
/hero_crates_best_practices_check).Current state
hero_aibroker_openrpchero_aibroker_serverhero_aibroker_httphero_aibroker_uihero_aibroker_clienthero_aibroker_sdkhero_aibroker_rhaihero_aibroker_examplesWhat to do
crates/hero_aibroker_openrpc/→crates/hero_aibroker_server/Cargo.tomlpackage name,[[bin]]name, all internal referenceshero_aibroker_openrpc.sock→hero_aibroker_server.sockcrates/hero_aibroker_http/→crates/hero_aibroker_ui/crates/hero_aibroker_client/→crates/hero_aibroker_sdk/crates/hero_aibroker_rhai/from workspacecrates/hero_aibroker_examples/with health + basic_usage examplesCargo.tomlmembers listReference
/hero_crates_best_practices_checkThe zinit lifecycle and serve rename convention have been applied to the current
hero_aibroker_openrpccrate in commits0c273a0and415ac19ondevelopment_timur(PR #21).This issue tracks the next step: renaming the crates themselves to match the naming convention.
Once PR #21 is merged, the rename can be done on top of it.