mirror of
https://github.com/temporalio/skill-temporal-developer.git
synced 2026-09-14 13:52:58 +08:00
8cf8a5ee9d
* feat(rust): add Temporal Rust SDK references * remove cruft * official references link * deslop * deslop v2 * docs(rust): mark Rust as Public Preview in SKILL.md reference list Addresses review comment on SKILL.md:62 (donald-pinckney). * docs(rust): label Rust as Public Preview in README support list Addresses review comment on README.md:43 (donald-pinckney). * docs(rust): add Public Preview NOTE callout to rust.md Uses the reviewer's exact wording. Addresses review comment on references/rust/rust.md:1 (donald-pinckney). * docs(rust): point dependency guidance to official Rust SDK Quickstart Drops the pinned-version caveat now that there are no crate versions in the file. Addresses review comment on references/rust/rust.md:22 (chris-olszewski). * docs(rust): drop Skipping Activity timeouts pitfall The Rust SDK always applies a to_close Activity timeout, so the pitfall does not apply. Addresses review comment on references/rust/rust.md:171 (chris-olszewski). * docs(rust): link directly to sdk-rust examples directory The examples are not at the repo top, so link the explicit path. Addresses review comment on references/rust/rust.md:177 (chris-olszewski).