Urgent.News

What's breaking now, across thousands of outlets.

Tech

Rust Is Tier-1 Language at Microsoft

Article URL: https://rustfoundation.org/media/guest-post-rust-is-tier-1-language-at-microsoft/ Comments URL: https://news.ycombinator.com/item?id=49643546 Points: 326 # Comments: 157

We haven't written up this one. Hacker News Best has the full story — the link below goes straight to it.

This story

This is one outlet's version. Read the fullest account.

Read the original at rustfoundation.org →

More in Tech

Designing Cache Boundaries with Jeston's ResponseCache and DataCache

Caching is safest when its scope is explicit. Jeston separates process-local response caching from application data caching and makes private data require a variation key.

  • Jeston separates response caching from data caching into distinct mechanisms
  • ResponseCache supports TTL, fresh reads, stale-while-revalidate, and more
  • DataCache scope defined via createDataCache function with request/public/private options

More from Thursday 10 September →