Skip to content
@rust-learn

rust-learn

Popular repositories Loading

  1. temperature-conversion temperature-conversion Public

    Convert temperatures between Fahrenheit and Celsius

    Rust 5 2

  2. the_twelve_days_of_christmas the_twelve_days_of_christmas Public

    Print the lyrics of "The Twelve Days of Christmas"

    Rust 1

  3. guessing_game guessing_game Public

    The game for users to guess a number generated randomly by the program

    Rust

  4. fibonacci fibonacci Public

    Calculated nth Fibonacci number

    Rust

  5. modules modules Public

    Using restaurant as an example to illustrate modules

    Rust

  6. vec_int_stats vec_int_stats Public

    Given a list of integers, use a vector and return the mean (the average value), median (when sorted, the value in the middle position), and mode (the value that occurs most often) of the list.

    Rust

Repositories

Showing 10 of 16 repositories
  • minigrep Public

    CLI tool that supports limited functions of 'grep'

    rust-learn/minigrep’s past year of commit activity
    Rust 0 0 0 0 Updated Jan 5, 2020
  • iterator Public

    Examples of iterator

    rust-learn/iterator’s past year of commit activity
    Rust 0 0 0 0 Updated Jan 5, 2020
  • trait Public

    Trait Examples

    rust-learn/trait’s past year of commit activity
    Rust 0 0 0 0 Updated Jan 5, 2020
  • closure Public

    Examples of closure

    rust-learn/closure’s past year of commit activity
    Rust 0 0 0 0 Updated Jan 5, 2020
  • automated_tests Public

    Examples and notes about writing automated tests

    rust-learn/automated_tests’s past year of commit activity
    Rust 0 0 0 0 Updated Dec 24, 2019
  • lifetimes Public

    Examples and notes for Lifetimes

    rust-learn/lifetimes’s past year of commit activity
    Rust 0 0 0 0 Updated Dec 22, 2019
  • generic Public

    Generic Type

    rust-learn/generic’s past year of commit activity
    Rust 0 0 0 0 Updated Dec 19, 2019
  • error Public

    Error handling examples

    rust-learn/error’s past year of commit activity
    Rust 0 0 0 0 Updated Dec 17, 2019
  • department_employees Public

    A text interface to allow a user to add employee names to a department in a company.For example, “Add Sally to Engineering” or “Add Amir to Sales.” Then let the user retrieve a list of all people in a department or all people in the company by department, sorted alphabetically.

    rust-learn/department_employees’s past year of commit activity
    Rust 0 0 0 0 Updated Nov 26, 2019
  • string_convertion Public

    Convert strings to pig latin. The first consonant of each word is moved to the end of the word and “ay” is added, so “first” becomes “irst-fay.” Words that start with a vowel have “hay” added to the end instead (“apple” becomes “apple-hay”).

    rust-learn/string_convertion’s past year of commit activity
    Rust 0 0 0 0 Updated Nov 24, 2019

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…