Pinned Repositories
advent-of-code-2023
My solutions of the Advent of Code 2023 in Rust
checkers-game-rs
diesel.rs-website
dptree
Asynchronous event dispatch for Rust
gtk4_webkitgtk_getting_started
Tiny example of how to setup a c + gtk4 + webkitgtk-6 project with CMake
nom-date-parsers
The bunch of combinators written with help of nom to parse the `numeric` and `language-specific` dates
perlox
Lox language implementation in Perl, created during the reading of the "Crafting Interpreters" book
rust-esp32-embedded-sdmmc
The example of usage of the esp-hal and esp-idf-hal (WIP) with the embedded-sdmmc library over SPI in Rust
teloxide-inline-widgets
Library for creation of inline-keyboard widgets for teloxide framework
teloxide
🤖 An elegant Telegram bots framework for Rust
syrtcevvi's Repositories
syrtcevvi/teloxide-inline-widgets
Library for creation of inline-keyboard widgets for teloxide framework
syrtcevvi/gtk4_webkitgtk_getting_started
Tiny example of how to setup a c + gtk4 + webkitgtk-6 project with CMake
syrtcevvi/rust-esp32-embedded-sdmmc
The example of usage of the esp-hal and esp-idf-hal (WIP) with the embedded-sdmmc library over SPI in Rust
syrtcevvi/advent-of-code-2023
My solutions of the Advent of Code 2023 in Rust
syrtcevvi/nom-date-parsers
The bunch of combinators written with help of nom to parse the `numeric` and `language-specific` dates
syrtcevvi/perlox
Lox language implementation in Perl, created during the reading of the "Crafting Interpreters" book
syrtcevvi/checkers-game-rs
syrtcevvi/diesel.rs-website
syrtcevvi/dptree
Asynchronous event dispatch for Rust
syrtcevvi/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
syrtcevvi/teloxide
🤖 An elegant Telegram bots framework for Rust
syrtcevvi/teloxide-tba6.6-test
Program for testing the correctness of teloxide tba 6.6 API new methods and changed ones
syrtcevvi/embedded-dht-rs
A Rust library that provides full support for DHT11, DHT22, and DHT20 (AHT20) temperature and humidity sensors.
syrtcevvi/teloxide_tests
A library that (hopefully) will add the ability to tests teloxide bots by bot mocking