All Projects → badboy → hellorust

badboy / hellorust

Licence: CC0-1.0 License
Collection of resources & examples for Rust & WebAssembly

Programming Languages

CSS
56736 projects
Liquid
124 projects
Makefile
30231 projects

This site is unmaintained and read-only.

The Rust and WebAssembly working group now provides a lot of tooling, documentation, tutorials and other material. For a complete introduction to Rust and WebAssembly check out the Rust 🦀 and WebAssembly 🕸 book.


Hello, Rust!

A collection of resources, articles, examples and links regarding Rust & WebAssembly

Website

Everything is automatically deployed and available on www.hellorust.com.

Development

The site is built using Cobalt. To compile everything and place it into the build/ folder, execute:

cobalt build

Deployment is automatically run through Travis CI on every push to the master branch.

Developing examples

Examples are placed in demos/. You can copy one of the existing examples or create a new one. Just pick a good short name as the directory name.

Please add a Makefile which compiles and copies all necessary files in place on invocation. See demos/add/Makefile for a simple example. Once you have done that add the example's name to the main Makefile, so it can be rebuild easily.

Add an index.liquid file for your example and make sure the following header is included:

permalink: /demos/slug-of-your-example
title: "Demo: Name of your example"
layout: site.liquid
---

Use HTML to structure your example explanation.

Contributions

All contributions are welcome. Please open an issue and tell us about your ideas. Pull Requests with new resources or examples are welcome as well.

License CC0-badge

Texts and example code on www.hellorust.com are licensed under Creative Commons Zero v1.0 Universal License (LICENSE-CC0 or https://creativecommons.org/publicdomain/zero/1.0/legalcode)

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Hellorust by you, as defined in the CC0-1.0 license, shall be dedicated to the public domain and licensed as above, without any additional terms or conditions.

External dependencies used in example code remain under their own license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].