Skip to content

Migrate from roam to vox RPC framework#181

Open
fasterthanlime wants to merge 4 commits intomainfrom
vox
Open

Migrate from roam to vox RPC framework#181
fasterthanlime wants to merge 4 commits intomainfrom
vox

Conversation

@fasterthanlime
Copy link
Copy Markdown
Contributor

Summary

  • Renames all roam crate dependencies to their vox equivalents (roam→vox, roam-core→vox-core, roam-stream→vox-stream, roam-local→vox-local) at version 0.2.0
  • Updates all Rust source references: roam::servicevox::service, roam::RoamErrorvox::VoxError, roam::acceptor/initiatorvox::acceptor_on/initiator_on, and all transport/local IPC types
  • Updates README links from roam to vox

Test plan

  • All 273 tests pass
  • cargo check compiles cleanly
  • cxi (full release build + install) succeeds

Rename all roam crate dependencies to their vox equivalents (roam→vox,
roam-core→vox-core, roam-stream→vox-stream, roam-local→vox-local) at
version 0.2.0. Update all Rust source references including:
- roam::service → vox::service
- roam::RoamError → vox::VoxError
- roam::acceptor/initiator → vox::acceptor_on/initiator_on
- All transport and local IPC types

All 273 tests pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant