You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Rust-based monitoring tools with Python fallback
Introduce Rust implementations of sems-list-calls,
sems-list-active-calls, sems-list-finished-calls, and
sems-get-callproperties alongside the existing Python scripts.
When cargo/rustc >= 1.38 is available, native binaries are built and
installed. Otherwise, shell wrapper scripts delegate to the Python
versions, keeping backwards compatibility fully intact.
All tools accept --url to override the default XMLRPC endpoint.
0 commit comments