# Javascript to Rust e북(PDF)

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6068](https://news.hada.io/topic?id=6068)
- GeekNews Markdown: [https://news.hada.io/topic/6068.md](https://news.hada.io/topic/6068.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-03-02T09:12:01+09:00
- Updated: 2022-03-02T09:12:01+09:00
- Original source: [github.com/vinodotdev](https://github.com/vinodotdev/node-to-rust)
- Points: 17
- Comments: 1

## Topic Body

- JS 개발자를 위한 Rust 입문서   
- Javascript/Node.js 의 컨셉트와 워크플로우를 Rust 에코시스템으로 매핑   
- 총 24일간 진행되었던 가이드를 하나로 엮은 것  
- 목차중 일부  
  - nvm → rustup  
  - npm → cargo  
  - Borrowing & Ownership, 문자열, 문법과 언어   
  - Mixins → Traits

## Comments



### Comment 9108

- Author: xguru
- Created: 2022-03-02T09:13:01+09:00
- Points: 2

[Node 개발자를 위한 Rust 가이드](https://news.hada.io/topic?id=2338) 보다는 좀 더 상세한 가이드네요.
