feat(rivetkit): update rivetkit rust crate#5202
Conversation
|
Stack for rivet-dev/rivet
Get stack: |
|
🚅 Deployed to the rivet-pr-5202 environment in rivet-frontend
|
PR Review: Rust RivetKit ExpansionThis is a well-structured expansion of Rust support that maintains good API design principles. Overall the code quality is solid and the additions are cohesive, but a few items warrant attention. FindingsPotential Runtime Panics from Workflow EventsFile: Workflow event variants now map to InspectorEvent::WfHistory(_) | InspectorEvent::WfReplay(_) => {
unreachable!("Rust actors never host workflows")
}If the engine ever sends these events to a Rust actor (e.g., due to a routing bug or version mismatch), this panics the actor process rather than gracefully degrading. Consider Missing
|
d320950 to
59aec8a
Compare
a12c0dc to
0bb5420
Compare
No description provided.