11 lines
236 B
Markdown
Raw Normal View History

2020-04-01 15:29:10 +02:00
# Rust Example
## Language specific
- Rust doesn't use the 'new' keyword
- Classes in Rust require all attributes to be defined at all times, so you have to define all the data on creation.
Relevant Files
- [main.rs](./src/main.rs)