Registry / networking / tc-client-api

tc-client-api

JSON →
library2.0.0rscratesunverified

Tetcore client interfaces.

# Cargo.toml [dependencies] tc-client-api = "2.0.0"
INSTALL
IMPORT
SIG · TC-CLIENT-API
T
tc-client-api
networkingrustv2.0.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 tc_client_api::Client;

Initialize a Tetcore client.

use tc_client_api::Client; fn main() { let client = Client::new(); println!("Tetcore client initialized"); }
Debug
Known issues
gotchaRequires async runtime (e.g., tokio) for network operations.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
tc-client-api — cargo add tc-client-api · libregistry