An open API service indexing awesome lists of open source software.

https://github.com/mrlsd/useful-rust

Rust useful tools & tutorials based on https://doc.rust-lang.org/book/ Chapters and Rust By Examples
https://github.com/mrlsd/useful-rust

Last synced: 11 months ago
JSON representation

Rust useful tools & tutorials based on https://doc.rust-lang.org/book/ Chapters and Rust By Examples

Awesome Lists containing this project

README

          

# Useful Rust [![Build Status](https://travis-ci.org/mrLSD/rust-tutorials.svg?branch=master)](https://travis-ci.org/mrLSD/rust-tutorials) [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mrLSD/rust-tutorials/master/LICENSE)
Rust usefult tools and tutorials based on https://doc.rust-lang.org/book/ Chapters and http://rustbyexample.com/ code base.

Main idea - representing Rust as useful development language and present sample code for most useful cases.

## Our code based on:
* Our own experiences and tests
* http://rustbyexample.com/
* https://doc.rust-lang.org/book/

####License: MIT [![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mrLSD/rust-tutorials/master/LICENSE)