Advanced Search
Search Results
21 total results found
SeaORM
SeaORM (from SeaQL) is an ORM for Rust. Installation When Installing SeaORM, you need to define what Runtime to use and what database driver to use. TODO Install the CLI tool TODO Initialize migration To add migration, TODO: create initial migration, s...
ST-Link V2
The ST-Link V2 is a USB Programmer and Debugger für Single Wire Debugger compatible controllers, like the Raspberry Pi Pico. It has the following pins: Pin Name Description 1 RST Reset pin of the target controller 2 SWCLK Debug cloc...
Clippy and linting
With cargo check you have an integrated linter in Rust. But additionally there is another linting tool called clippy. It is usually installed per default and can be executed using cargo clippy. It provides further linting options. Adding linting rules You ca...