You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
//!
21
21
//! Have a look at the following SDK capabilities:
22
22
//!
23
+
//! - [SDK Overview](#sdk-overview): Overview of the SDK and how to implement services, virtual objects, and workflows.
23
24
//! - [Service Communication][crate::context::ContextClient]: Durable RPC and messaging between services (optionally with a delay).
24
25
//! - [Journaling Results][crate::context::ContextSideEffects]: Persist results in Restate's log to avoid re-execution on retries
25
26
//! - State: [read][crate::context::ContextReadState] and [write](crate::context::ContextWriteState): Store and retrieve state in Restate's key-value store
@@ -208,11 +209,7 @@
208
209
//!
209
210
//! For more information, have a look at the [tracing subscriber doc](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/index.html#filtering-events-with-environment-variables).
210
211
//!
211
-
//! # References
212
-
//!
213
-
//! For a general overview about Restate, check out the [Restate documentation](https://docs.restate.dev).
214
-
//!
215
-
//! You can find more Rust examples in the [examples repo](https://github.com/restatedev/examples)
212
+
//! Next, have a look at the other [SDK features](#features).
0 commit comments