MySql. Rust Lang

preview_player
Показать описание

Basic coding practice in rust.

#rust #rustlang #coding
Рекомендации по теме
Комментарии
Автор

Is MySQL/MariaDB driver is included when we're installing Rust?

ytviewers
Автор

Шикарная подача. А сделай плиз работу с tarantool. В связке с tokio.

Евгений-хсг
Автор

I get error on the following line: assert_eq!(devs, selected_devs);

can't compare `Vec<Dev>` with `std::result::Result<Vec<Dev>, mysql::Error>`
the trait `PartialEq<std::result::Result<Vec<Dev>, mysql::Error>>` is not implemented for `Vec<Dev>

Any help is appreciated and thank you for video!

NFLStudy