Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poulad/berusty
- Owner: poulad
- License: gpl-3.0
- Created: 2018-11-22T00:11:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T19:53:56.000Z (about 6 years ago)
- Last Synced: 2024-11-13T13:27:46.369Z (about 2 months ago)
- Topics: gitpod, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 7.01 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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