Skip to content

scalone/oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP

Just a small pieces of codes to implement Object-oriented programming concepts in Rust, yes in Rust.

This project is the result of class of OOP course at Fatec.

How to

Install Rust and Cargo

The easiest way to get Cargo is to get the Rust nightly build by using the rustup script:

$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash

This will get you the latest Rust nightly for your platform along with the latest Cargo. You should run this script almost every day to get the latest updates.

If you are on Windows, you can directly download the latest 32bit (Rust and Cargo) or 64bit (Rust and Cargo) nightlies here.

Alternatively, you can build Cargo from source.

Compile

$ cargo build

Run

$ cargo run

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Object-oriented programming concepts in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages