Registry / networking / ajars-core

ajars-core

JSON →
library0.12.0rscratesunverified

Core types and utilities for the AjaRS asynchronous JSON-RPC framework.

# Cargo.toml [dependencies] ajars_core = "0.12.0"
INSTALL
IMPORT
SIG · AJARS-CORE
A
ajars-core
networkingrustv0.12.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 ajars_core::Client;

Creates a new JSON-RPC client.

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

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
46
OpenAI (training)
1
Resources
ajars-core — cargo add ajars-core · libregistry