Skip to content

alexeev-prog/rustynotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 rustynotes

Notes about Rust in Russian / Конспекты о Rust на русском.


GitHub contributors

Конспекты пишутся в Obsidian.

alt text

Оглавление конспектов

  1. Введение
  2. Область видимости и затенение переменных
  3. Определение переменных и вызов функций
  4. Типы данных
  5. Циклы

Дополнительная информация

Практика

Находится в директории src

Introduction

Находится в директории introduction.

Вывод:

RustyNotes Practice

# find_discriminant(1.0, -10.0, 4.0) = 84
# complex_numbers = 13.2 + 21i
# cycles and collections
Item: 0
Item: 2
Item: 4
Item: 6
Item: 8
# test floats
x is finite = false
# convert vars
(a + b) + (c + d) = 90
Ten is less than one hundred.
Ten is less than one hundred.
# test scopes
shadowed variable: 2
inner short: 2
shadowed variable: 1
outer long: 1

Check Other My Projects

  • SQLSymphony - simple and fast ORM in sqlite (and you can add other DBMS)
  • Burn-Build - simple and fast build system written in python for C/C++ and other projects. With multiprocessing, project creation and caches!
  • OptiArch - shell script for fast optimization of Arch Linux
  • libnumerixpp - a Powerful C++ Library for High-Performance Numerical Computing
  • pycolor-palette - display beautiful log messages, logging, debugging.
  • shegang - powerful command interpreter (shell) for linux written in C
  • pyEchoNext - powerful web-framework in python

MIT License

Copyright (c) 2025 Alexeev Bronislav

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

Notes about Rust in Russian / Конспекты о Rust на русском

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages