GithubHelp home page GithubHelp logo

shabesoglu / rust-by-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/rust-by-example

0.0 2.0 0.0 79.89 MB

Learn Rust with examples (Live code editor included)

Home Page: http://rustbyexample.com

License: Apache License 2.0

Makefile 8.62% Shell 25.04% Rust 66.34%

rust-by-example's Introduction

Rust by Example

Build Status

What's this?

This is the source code of the Rust by Example website!

How to contribute

See CONTRIBUTING.md.

How to generate the static site

Debian (Ubuntu) prerequisites

Install Rust and run:

sudo apt-get install nodejs npm subversion
sudo ln -s /usr/bin/nodejs /usr/bin/node

Non-Debian prerequisites

Install Rust nightly, node, npm, and subversion.

Build instructions

Run:

make all
make html pdf epub
make test

View the results with make serve.

Details

We use these tools to generate the static site:

gitbook will generate the site from Markdown files (see details about how it works here).

Before running gitbook, we do a preprocessing step using src/main.rs.

This preprocessing has two steps:

Generating the SUMMARY.md

SUMMARY.md is generated from the examples/structure.json file. This JSON file contains a tree-like structure of "examples".

Each example has:

  • an id, e.g. hello
  • a title, e.g. Hello World
  • optionally, children, which is a vector of sub-examples, e.g. null
  • a directory under examples, e.g. examples/hello
  • an entry in examples/structure.json, e.g. { "id": "hello", "title": "Hello World", "children": null }
  • some source file(s), e.g. examples/hello/hello.rs
  • an input markdown file, e.g. examples/hello/input.md

When dealing with a child example, the path will have to include the id of its ancestors; e.g. examples/variable/mut/input.md, implies that a mut example lives under the variable example.

Processing input.md

Instead of including the Rust code directly in input.md, the code lives in separate source files; the preprocessing step will insert the source code into the Markdown file.

For example, to insert the source code of the hello.rs file, the following syntax is used in the Markdown file:

  • {hello.play} expands the source code embedded in a live code editor
  • {hello.rs} expands to static/plain source code.
  • {hello.out} expands to the output of executing the source code.

The Makefile provides the following recipes:

  • make: builds update.rs and does the preprocessing step
  • make book: runs gitbook to generate the book
  • make serve: runs gitbook --serve to generate the book and publishes it under localhost:4000
  • make test: will check all the rust source files for compilation errors

Translations to other languages

License

Rust by Example is dual-licensed under the Apache 2.0 license and the MIT license.

See LICENSE-APACHE and LICENSE-MIT for more details.

rust-by-example's People

Contributors

aaranxu avatar alexcrichton avatar alexpana avatar badboy avatar battisti avatar brson avatar chriskrycho avatar dbbrian avatar emkay avatar ikeviny avatar jackdanger avatar jacob-hegna avatar jmr0 avatar justanotheranonymoususer avatar klampworks avatar letheed avatar lovasoa avatar maxd avatar mdinger avatar robinst avatar spastorino avatar stevegury avatar steveklabnik avatar tairrzayev avatar ubsan avatar vks avatar vojtechkral avatar vthriller avatar w1ldptr avatar xmasreturns avatar

Watchers

 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.