Skip to content

utilForever/2024-SNU-Rust-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024-SNU-Rust-Application

2024-SNU-Rust-Application is the material(lecture notes, examples and assignments) repository for learning Rust programming language and making a simple cross-platform application at Seoul National University Club 'SCSC' and 'WaffleStudio' in 2024 Spring.

Contents

  • Week 0 (3/5) [Lecture]
    • Introduction
  • Week 1 (3/5) [Assignment] [Solution]
    • Hello, World
      • What is Rust?
      • Benefits of Rust
      • Playground
    • Types and Values
      • Hello, World
      • Variables
      • Values
      • Arithmetic
      • Type Inference
    • Control Flow Basics
      • if Expressions
      • Loops
      • break and continue
      • Blocks and Scopes
      • Functions
      • Macros
    • Tuples and Arrays
      • Arrays
      • Tuples
      • Array Iteration
      • Patterns and Destructuring
    • References
      • Shared References
      • Exclusive References
      • Slices: &[T]
      • Strings
    • Assignment #1
  • Week 2 (3/19) [Assignment] [Solution]
    • User-Defined Types
      • Named Structs
      • Tuple Structs
      • Enums
      • Static
      • Const
      • Type Aliases
    • Pattern Matching
      • Matching Values
      • Destructuring
      • Let Control Flow
    • Methods and Traits
      • Methods
      • Traits
      • Deriving
    • Assignment #2
  • Week 3 (4/2) [Assignment]
    • Generics
      • Generic Functions
      • Generic Data Types
      • Generic Traits
      • impl Trait
    • Standard Library Types
      • Standard Library
      • Documentation
      • Option
      • Result
      • String
      • Vec
      • HashMap
    • Standard Library Traits
      • Comparisons
      • Operators
      • From and Into
      • Casting
      • Read and Write
      • Default, struct update syntax
      • Closures
    • Assignment #3
  • Week 4 (TBA)
    • Memory Management
    • Smart Pointers
    • Borrowing
    • Lifetimes
    • Assignment #4
  • Week 5 (TBA)
    • Iterators
    • Modules
    • Testing
    • Error Handling
    • Unsafe Rust
    • Assignment #5
  • Week 6 (TBA)
    • Threads
    • Channels
    • Send and Async
    • Shared State
    • Async Basics
    • Control Flow
    • Pitfalls
    • Assignment #6
  • Week 7 (TBA)
    • Closures
    • Macros
    • Assignment #7
  • Week 8 (TBA)
    • Foreign Function Interface (FFI)
    • Rust and WebAssembly
    • Assignment #8

References

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

You can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.

License

The class is licensed under the MIT License:

Copyright © 2024 Chris Ohk.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

2024년 서울대학교 SCSC + WaffleStudio 스터디 - Rust 기초 프로그래밍 + 크로스플랫폼 애플리케이션 개발

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages