Expand description
Service SDK for anyclaw.
Provides the Service trait for building infrastructure service extensions
and ServiceHarness for JSON-RPC stdio framing and method dispatch.
§Stability
This crate is unstable — APIs may change between releases.
Enums marked #[non_exhaustive] will have new variants added; match arms must include _.
Re-exports§
pub use error::ServiceSdkError;pub use harness::ServiceHarness;pub use trait_def::Service;pub use types::*;