# Cloudflare Workers, Native Rust 지원 시작

> Clean Markdown view of GeekNews topic #4986. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4986](https://news.hada.io/topic?id=4986)
- GeekNews Markdown: [https://news.hada.io/topic/4986.md](https://news.hada.io/topic/4986.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-10T10:06:01+09:00
- Updated: 2021-09-10T10:06:01+09:00
- Original source: [blog.cloudflare.com](https://blog.cloudflare.com/workers-rust-sdk/)
- Points: 7
- Comments: 1

## Topic Body

- 기존에도 WebAssembly를 이용해서 다양한 언어를 지원해 왔고, Rust 지원을 추가

- 100% Rust 만으로 Worker 생성 가능

- Worker Crate 제공해서 순수한 Rust 방식으로 직접 Cloudflare API 호출

ㅤ→ KV Stores, Durable Objects

ㅤ→ fetch, router, 사용하기 쉬운 HTTP 함수들, 환경변수 접근등

## Comments



### Comment 6755

- Author: xguru
- Created: 2021-09-10T10:07:02+09:00
- Points: 4

글 제목에는 Native Rust 라고 적혀있지만, Rust를 WASM 기반으로 제공하는 것이고

더 Rust 스럽게 사용할수 있도록 Worker Crate 를 제공해서 Native 라고 표현하는 것 같습니다.

- CloudFlare, Workers Unbound 서버리스 베타 시작 https://news.hada.io/topic?id=2543

- CloudFlare가 Workers의 콜드 스타트 시간을 0으로 만든 방법 https://news.hada.io/topic?id=2567

- CloudFlare, Durable Objects 베타 공개 https://news.hada.io/topic?id=2930

- Miniflare - CloudFlare Workers 로컬 시뮬레이터 https://news.hada.io/topic?id=4577
