Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 602 Bytes

File metadata and controls

30 lines (18 loc) · 602 Bytes

hl Development Guidelines

Auto-generated from all feature plans. Last updated: 2026-02-04

Active Technologies

  • Rust (stable, edition 2024) + serde (config deserialization), clap (CLI argument parsing) (009-key-prettification)

Project Structure

src/
tests/

Commands

  • cargo test
  • cargo clippy

Code Style

Rust (stable, edition 2024): Follow standard conventions

Recent Changes

  • 009-key-prettification: Added Rust (stable, edition 2024) + serde (config deserialization), clap (CLI argument parsing)