Notes about Rust in Russian / Конспекты о Rust на русском.
Конспекты пишутся в Obsidian.
- Введение
- Область видимости и затенение переменных
- Определение переменных и вызов функций
- Типы данных
- Циклы
Находится в директории src
Находится в директории 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
- 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.