https://github.com/apachecn-archive/rust-gistre-workshop

https://github.com/apachecn-archive/rust-gistre-workshop

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: apachecn-archive
  • License: gpl-3.0
  • Language: Rust
  • Default Branch: master
  • Size: 764 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

rust-gistre-workshop

The objective of this workshop is to offer an exploration of the Rust programming language, and more precisely its application in the embedded world. This workshop is aimed at EPITA students, and especially those of the GISTRE major.

Exercise correction

Exercises are available for each lesson. You are not required to do them, considering that attendance to the workshop is not mandatory. However, we would be delighted to review your code and give you various tips!

In order to do so, please abide by the following guidelines:

  • Fork this repository

    • It is necessary for the fork to be open-source! If not, we will not be able to review your code.
  • Create a branch on your repository

    • git checkout -b exercises_intro
    • The name does not matter at all. But you must create a different branch for us to see only the changes you wish to show us.
  • Work on your branch, completing exercises

  • Open a pull-request on your own repository (https://github.com/<your_username>/rust-gistre-workshop)

    • You can ping us in the comments, ask us on Discord or send us an email. Pinging on Github works the same as in Discord, @<username> will notify the user. Checkout the team for our Github usernames! We will review the code as well as give you tips if you need them.

Misc

A lot of resources are available to learn Rust online!

We won't have done them all, but there's a good chance we'll be able to help you understand them, complete them or review them. Feel free to ping us for those as well!

Going further

If you now love Rust and wish for more, contact us for project ideas or good first issues on our projects. We'd be delighted to mentor you and have you work with us!

The team

Licensing

The workshop and all its documents are under the GPLv3 license.

Copyright (C) 2021 Esteban Blanc, Martin Schmidt, Sander Julien-Saint-Amand, Arthur Cohen

Owner

  • Name: ApacheCN 归档
  • Login: apachecn-archive
  • Kind: organization
  • Email: wizard.z@qq.com

防止重要项目丢失而设立的归档

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build_test_fmt.yml actions
  • actions/checkout v2 composite
0_intro/exercises/broken_ownership/Cargo.lock cargo
0_intro/exercises/broken_ownership/Cargo.toml cargo
0_intro/exercises/bubble_sort/Cargo.lock cargo
0_intro/exercises/bubble_sort/Cargo.toml cargo
0_intro/exercises/cat/Cargo.lock cargo
0_intro/exercises/cat/Cargo.toml cargo
0_intro/exercises/factorial/Cargo.lock cargo
0_intro/exercises/factorial/Cargo.toml cargo
0_intro/exercises/fibonacci/Cargo.lock cargo
0_intro/exercises/fibonacci/Cargo.toml cargo
0_intro/exercises/hello_world/Cargo.lock cargo
0_intro/exercises/hello_world/Cargo.toml cargo
0_intro/exercises/swap/Cargo.lock cargo
0_intro/exercises/swap/Cargo.toml cargo
0_intro/exercises/vec_strlen/Cargo.lock cargo
0_intro/exercises/vec_strlen/Cargo.toml cargo
0_intro/exercises/vec_sum/Cargo.lock cargo
0_intro/exercises/vec_sum/Cargo.toml cargo
0_intro/live_coding/yes_1/Cargo.lock cargo
0_intro/live_coding/yes_1/Cargo.toml cargo
0_intro/live_coding/yes_2/Cargo.lock cargo
0_intro/live_coding/yes_2/Cargo.toml cargo
0_intro/live_coding/yes_3/Cargo.lock cargo
  • ansi_term 0.11.0
  • atty 0.2.14
  • bitflags 1.2.1
  • clap 2.33.3
  • hermit-abi 0.1.18
  • libc 0.2.88
  • strsim 0.8.0
  • textwrap 0.11.0
  • unicode-width 0.1.8
  • vec_map 0.8.2
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
0_intro/live_coding/yes_3/Cargo.toml cargo
0_intro/live_coding/yes_4/Cargo.lock cargo
  • ansi_term 0.11.0
  • atty 0.2.14
  • bitflags 1.2.1
  • clap 2.33.3
  • hermit-abi 0.1.18
  • libc 0.2.88
  • strsim 0.8.0
  • textwrap 0.11.0
  • unicode-width 0.1.8
  • vec_map 0.8.2
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
0_intro/live_coding/yes_4/Cargo.toml cargo
1_slices_modules_and_objects/exercises/acronym/Cargo.lock cargo
1_slices_modules_and_objects/exercises/acronym/Cargo.toml cargo
1_slices_modules_and_objects/exercises/binary_search/Cargo.lock cargo
1_slices_modules_and_objects/exercises/binary_search/Cargo.toml cargo
1_slices_modules_and_objects/exercises/generic_ordered_vec/Cargo.lock cargo
1_slices_modules_and_objects/exercises/generic_ordered_vec/Cargo.toml cargo
1_slices_modules_and_objects/exercises/merge_sort/Cargo.lock cargo
1_slices_modules_and_objects/exercises/merge_sort/Cargo.toml cargo
1_slices_modules_and_objects/exercises/ordered_vec/Cargo.lock cargo
1_slices_modules_and_objects/exercises/ordered_vec/Cargo.toml cargo
1_slices_modules_and_objects/live_coding/zoo_1/Cargo.lock cargo
1_slices_modules_and_objects/live_coding/zoo_1/Cargo.toml cargo
1_slices_modules_and_objects/live_coding/zoo_2/Cargo.lock cargo
1_slices_modules_and_objects/live_coding/zoo_2/Cargo.toml cargo
2_generics_collections/generic_binary_search/Cargo.lock cargo
2_generics_collections/generic_binary_search/Cargo.toml cargo
2_generics_collections/live_coding/bank_1/Cargo.lock cargo
2_generics_collections/live_coding/bank_1/Cargo.toml cargo
2_generics_collections/live_coding/bank_2/Cargo.lock cargo
2_generics_collections/live_coding/bank_2/Cargo.toml cargo