Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poulad/berusty

Being a Rustacean
https://github.com/poulad/berusty

gitpod rust rust-lang

Last synced: about 1 month ago
JSON representation

Being a Rustacean

Awesome Lists containing this project

README

        

# Berusty

[![Build Status](https://travis-ci.org/poulad/Berusty.svg?branch=master)](https://travis-ci.org/poulad/Berusty)

me practicing [Rust by example]

[Rust by example]: https://doc.rust-lang.org/stable/rust-by-example

## Topics

1. [X] Hello World
1. [X] Primitives
1. [X] Custom Types
1. [X] Variable Bindings
1. [X] Types
1. [X] Conversions
1. [X] Expressions
1. [X] Flow Control
1. [X] Functions
1. [X] Modules
1. [X] Crates
1. [X] Cargo
1. [ ] Attributes
1. [ ] Generics
1. [ ] Scoping Rules
1. [ ] Traits
1. [ ] macro_rules!
1. [ ] Error handling
1. [ ] std lib types
1. [ ] std misc
1. [ ] Testing
1. [ ] Unsafe
1. [ ] Compatiblity
1. [ ] Meta