Docs.rs
temporal-sdk-core-api-0.1.0
temporal-sdk-core-api 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
edward-sqds
Dependencies
async-trait ^0.1
normal
derive_builder ^0.20
normal
derive_more ^2.0
normal
dirs ^6.0
normal
optional
opentelemetry ^0.30
normal
optional
prost ^0.13
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
temporal-sdk-core-protos ^0.1.0
normal
thiserror ^2
normal
toml ^0.9
normal
optional
tonic ^0.13
normal
tracing ^0.1
normal
tracing-core ^0.1
normal
url ^2.5
normal
tempfile ^3.21
dev
Versions
62.97%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate temporal_sdk_core_api
temporal_
sdk_
core_
api
0.1.0
All Items
Crate Items
Modules
Traits
Crate
temporal_
sdk_
core_
api
Copy item path
Source
Modules
§
errors
Error types exposed by public APIs
telemetry
worker
Traits
§
Worker
This trait is the primary way by which language specific SDKs interact with the core SDK. It represents one worker, which has a (potentially shared) client for connecting to the service and is bound to a specific task queue.