Registry / networking / bolt-client

bolt-client

JSON →
library0.11.0rscratesunverified

A client that sends messages using the Bolt protocol.

# Cargo.toml [dependencies] bolt-client = "0.11.0"
INSTALL
IMPORT
SIG · BOLT-CLIENT
B
bolt-client
networkingrustv0.11.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 bolt_client::Client;

Connects to a Bolt protocol server.

use bolt_client::Client; fn main() { let client = Client::connect("127.0.0.1:7687").unwrap(); println!("Connected to Bolt server"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
34
OpenAI (training)
1
Resources