Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
6
Ferrite is a fast, type-safe backend service built with Rust, Axum, and Diesel. It provides secure APIs for notes, bookmarks, and todos.
Sign in to like and favorite skills
Ferrite is a fast, type-safe backend service built with Rust, Axum, and Diesel. It provides secure APIs for notes, bookmarks, and todos.
https://doc.rust-lang.org/nightly/style-guide/)rustfmt for code formattingclippy for linting and catching common mistakesResult typesunwrap() in production code; prefer proper error handlinganyhow or thiserror for application errorscargo test to run the test suite///cargo fmt and cargo clippy before committing