Skip to content

manimovassagh/Rust-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Learn Project

Welcome to the Rust Learn Project! This project is a learning exercise for the Rust programming language, designed to help you get started with Rust and build a simple to-do list application.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/rust-learn.git
    cd rust-learn
  2. Build the project:

    make build
  3. Run the project:

    make run
  4. Clean the project:

    make clean

Project Structure

  • src/main.rs: The main entry point of the application, containing the GUI logic and task management.

Example Output

When you run the project, you should see the following output in the terminal:

Hello, Rust Learn Project!

Contributing

We welcome contributions! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Special thanks to the Rust community for their support and contributions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published