occupation
unclassified
description
Wire Notepad++ IDM_* menu commands in npp-rs. Use when implementing menu stubs, is_implemented, or Coming Soon vs Handled dispatch.
updated
Menu
SkillsMP has collected 2 skills from raro42/npp-rust. Open a skill to review its source and details.
Showing 2 of 2 collected skills.
Wire Notepad++ IDM_* menu commands in npp-rs. Use when implementing menu stubs, is_implemented, or Coming Soon vs Handled dispatch.
Comprehensive Rust coding guidelines with 265 rules across 26 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, concurrency, unsafe code, API design, memory optimization, performance, numeric…