Registry / networking / crows-service

crows-service

JSON →
library0.3.0rscratesunverified

Service macro used for the Crows RPC communication framework.

# Cargo.toml [dependencies] crows-service = "0.3.0"
INSTALL
IMPORT
SIG · CROWS-SERVICE
C
crows-service
networkingrustv0.3.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.

service
use crows_service::service;

Define an RPC service using the crows-service macro.

use crows_service::service; #[service] fn my_rpc() -> String { "Hello".to_string() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
crows-service — cargo add crows-service · libregistry