Skip to content

0xkinley/rust

Repository files navigation

🦀 Rust Projects Repository

Description

This repository contains various projects written in Rust, a systems programming language known for its high performance, memory safety, and concurrency features.

Projects in this Repository

  1. basic-calculator: A simple calculator application.
  2. book-library: An application for managing a library of books.
  3. event-management-system: A system for organizing and managing events.
  4. inventory-system: An application for tracking and managing inventory.
  5. shape: Project related to geometric shapes.
  6. shape-calculator: A calculator for various geometric shapes.
  7. ticket-booking-system: A system for booking tickets for events or transportation.
  8. to-do-list: An application for managing tasks and to-do lists.
  9. weather-app: An application for displaying weather information.

Installation

  1. Install Rust using rustup, the recommended way to install and manage Rust versions. Open your terminal and run the following command:
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  2. After installation, restart your terminal or run:
    source $HOME/.cargo/env
  3. To confirm Rust is installed, run:
    rustc --version
  4. You can also install additional components like Cargo, Rust's build system and package manager, with:
    rustup update
    

Usage Examples

  • To compile and run a Rust project, navigate to the project directory and use the cargo run command.
  • Follow the specific instructions provided in each project's README file for detailed usage guidelines.

License

The license information for each project may vary. Please refer to the individual project folders for specific licensing details.

Notes

  • Ensure you have Rust installed on your system before attempting to run any of the projects.
  • Each project may have its own dependencies and build instructions. Refer to the project-specific README files for more information.

About

Rust Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages