GithubHelp home page GithubHelp logo

lyuha / rustbook-kr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/book

0.0 3.0 0.0 13.86 MB

The Rust Programming Language

Home Page: http://rust-lang.github.io/book/

License: Other

Shell 15.47% Rust 60.28% HTML 8.98% XSLT 15.26%

rustbook-kr's Introduction

러스트 프로그래밍 언어

"The Rust Programming Language" 2판의 한국 번역입니다.

1판은 여기서 볼 수 있습니다.

영어 버전은 공식 홍페이지에서 볼 수 있습니다.

준비

책을 만들기 위해서는 v0.0.13 버전 이상의 mdBook가 필요합니다. 아래의 명령어를 입력하면 mdBook을 설치합니다.

$ cargo install mdbook

빌드

책을 만들기 위해서, first-edition이나 second-editioncd를 사용하여 이동합니다. 그리고 아래의 명령어를 치면 됩니다.

$ mdbook build

결과물은 하위 폴더 book 안에 있습니다. 결과는 웹 브라우저에서 확인할 수 있습니다.

Firefox:

$ firefox book/index.html                       # Linux
$ open -a "Firefox" book/index.html             # OS X
$ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
$ start firefox.exe .\book\index.html           # Windows (Cmd)

Chrome:

$ google-chrome book/index.html                 # Linux
$ open -a "Google Chrome" book/index.html       # OS X
$ Start-Process "chrome.exe" .\book\index.html  # Windows (PowerShell)
$ start chrome.exe .\book\index.html            # Windows (Cmd)

테스트하기 위해서 아래의 명령을 치면 됩니다.

$ mdbook test

기여하기

더 자세한 내용은 CONTRIBUTING.md을 봐주세요.

번역

the frozen column에 있는 챕터부터 번역합니다.

rustbook-kr's People

Contributors

0xmohit avatar aaaxx avatar adamcdunlap avatar barbeque avatar brennx0r avatar carols10cents avatar clemensw avatar davidde avatar elahn avatar evuez avatar frewsxcv avatar gypsydave5 avatar jightuse avatar jturner314 avatar k4rtik avatar kberov avatar lucis-fluxum avatar mandeep avatar matthewjasper avatar outkaj avatar rayray avatar s3rvac avatar shepmaster avatar spastorino avatar steveklabnik avatar terrynsun avatar timthelion avatar vaneyckt avatar ykomatsu avatar zajn avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.