Registry / networking / ismp
library2512.1.0rscratesunverified

Rust implementation of the interoperable state machine protocol.

# Cargo.toml [dependencies] ismp = "2512.1.0"
INSTALL
IMPORT
SIG · ISMP
I
ismp
networkingrustv2512.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use ismp::client::Client;

Create an ISMP client to interact with state machines.

use ismp::client::Client; fn main() { let client = Client::new("http://localhost:8545"); println!("ISMP client created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2512.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ismp — cargo add ismp · libregistry